|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamingCommand | |
---|---|
org.apache.pig | |
org.apache.pig.backend.hadoop.streaming | |
org.apache.pig.impl | |
org.apache.pig.impl.eval | |
org.apache.pig.impl.streaming |
Uses of StreamingCommand in org.apache.pig |
---|
Methods in org.apache.pig with parameters of type StreamingCommand | |
---|---|
void |
PigServer.registerStreamingCommand(String commandAlias,
StreamingCommand command)
Defines an alias for the given streaming command. |
Uses of StreamingCommand in org.apache.pig.backend.hadoop.streaming |
---|
Methods in org.apache.pig.backend.hadoop.streaming with parameters of type StreamingCommand | |
---|---|
void |
HadoopExecutableManager.configure(Properties properties,
StreamingCommand command,
DataCollector endOfPipe)
|
Uses of StreamingCommand in org.apache.pig.impl |
---|
Methods in org.apache.pig.impl that return StreamingCommand | |
---|---|
StreamingCommand |
PigContext.getCommandForAlias(String alias)
Get the StreamingCommand for the given alias. |
Methods in org.apache.pig.impl with parameters of type StreamingCommand | |
---|---|
void |
PigContext.registerStreamCmd(String alias,
StreamingCommand command)
Defines an alias for the given streaming command. |
Uses of StreamingCommand in org.apache.pig.impl.eval |
---|
Methods in org.apache.pig.impl.eval that return StreamingCommand | |
---|---|
StreamingCommand |
StreamSpec.getCommand()
Get the StreamingCommand for this StreamSpec . |
Constructors in org.apache.pig.impl.eval with parameters of type StreamingCommand | |
---|---|
StreamSpec(ExecutableManager executableManager,
StreamingCommand command)
|
Uses of StreamingCommand in org.apache.pig.impl.streaming |
---|
Fields in org.apache.pig.impl.streaming declared as StreamingCommand | |
---|---|
protected StreamingCommand |
ExecutableManager.command
|
Methods in org.apache.pig.impl.streaming with parameters of type StreamingCommand | |
---|---|
void |
ExecutableManager.configure(Properties properties,
StreamingCommand command,
DataCollector endOfPipe)
Configure and initialize the ExecutableManager . |
static InputHandler |
HandlerFactory.createInputHandler(StreamingCommand command)
Create an InputHandler for the given input specification
of the StreamingCommand . |
static OutputHandler |
HandlerFactory.createOutputHandler(StreamingCommand command)
Create an OutputHandler for the given output specification
of the StreamingCommand . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |