|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
class |
StreamingUDFInputHandler
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||