Uses of Class
org.apache.pig.impl.streaming.InputHandler.InputType

Packages that use InputHandler.InputType
org.apache.pig.impl.streaming   
 

Uses of InputHandler.InputType in org.apache.pig.impl.streaming
 

Methods in org.apache.pig.impl.streaming that return InputHandler.InputType
abstract  InputHandler.InputType InputHandler.getInputType()
          Get the handled InputType
 InputHandler.InputType FileInputHandler.getInputType()
           
 InputHandler.InputType DefaultInputHandler.getInputType()
           
static InputHandler.InputType InputHandler.InputType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InputHandler.InputType[] InputHandler.InputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2012 The Apache Software Foundation