Uses of Class
org.apache.pig.impl.streaming.OutputHandler.OutputType

Packages that use OutputHandler.OutputType
org.apache.pig.impl.streaming   
 

Uses of OutputHandler.OutputType in org.apache.pig.impl.streaming
 

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



Copyright © ${year} The Apache Software Foundation