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

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

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

Subclasses of OutputHandler in org.apache.pig.impl.streaming
 class DefaultOutputHandler
          FileOutputHandler handles the output from the Pig-Streaming executable in an synchronous manner by reading its output via its stdout.
 class FileOutputHandler
          FileOutputHandler handles the output from the Pig-Streaming executable in an asynchronous manner by reading it from an external file specified by the user.
 

Methods in org.apache.pig.impl.streaming that return OutputHandler
static OutputHandler HandlerFactory.createOutputHandler(StreamingCommand command)
          Create an OutputHandler for the given output specification of the StreamingCommand.
 



Copyright © 2012 The Apache Software Foundation