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

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

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

Subclasses of InputHandler in org.apache.pig.impl.streaming
 class DefaultInputHandler
          DefaultInputHandler handles the input for the Pig-Streaming executable in a synchronous manner by feeding it input via its stdin.
 class FileInputHandler
          FileInputHandler handles the input for the Pig-Streaming executable in an asynchronous manner by feeding it input via an external file specified by the user.
 

Methods in org.apache.pig.impl.streaming that return InputHandler
static InputHandler HandlerFactory.createInputHandler(StreamingCommand command)
          Create an InputHandler for the given input specification of the StreamingCommand.
 



Copyright © 2012 The Apache Software Foundation