|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamingCommand | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators | |
org.apache.pig.backend.local.executionengine.physicalLayer.relationalOperators | |
org.apache.pig.impl | |
org.apache.pig.impl.logicalLayer | The logical operators that represent a pig script and tools for manipulating those operators. |
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.executionengine.physicalLayer.relationalOperators |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return StreamingCommand | |
---|---|
StreamingCommand |
POStream.getCommand()
Get the StreamingCommand for this StreamSpec . |
Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type StreamingCommand | |
---|---|
POStream(OperatorKey k,
ExecutableManager executableManager,
StreamingCommand command,
Properties properties)
|
Uses of StreamingCommand in org.apache.pig.backend.local.executionengine.physicalLayer.relationalOperators |
---|
Constructors in org.apache.pig.backend.local.executionengine.physicalLayer.relationalOperators with parameters of type StreamingCommand | |
---|---|
POStreamLocal(OperatorKey k,
ExecutableManager executableManager,
StreamingCommand command,
Properties properties)
|
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.logicalLayer |
---|
Methods in org.apache.pig.impl.logicalLayer that return StreamingCommand | |
---|---|
StreamingCommand |
LOStream.getStreamingCommand()
Get the StreamingCommand object associated with this operator |
Constructors in org.apache.pig.impl.logicalLayer with parameters of type StreamingCommand | |
---|---|
LOStream(LogicalPlan plan,
OperatorKey k,
LogicalOperator input,
ExecutableManager exeManager,
StreamingCommand cmd)
Create a new LOStream with the given 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 | |
---|---|
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 |