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
abstract  OutputHandler.OutputType OutputHandler.getOutputType()
          Get the handled OutputType.
 OutputHandler.OutputType FileOutputHandler.getOutputType()
           
 OutputHandler.OutputType DefaultOutputHandler.getOutputType()
           
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 © 2007-2012 The Apache Software Foundation