|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamingCommand.Handle | |
---|---|
org.apache.pig.impl.eval | |
org.apache.pig.impl.streaming |
Uses of StreamingCommand.Handle in org.apache.pig.impl.eval |
---|
Methods in org.apache.pig.impl.eval with parameters of type StreamingCommand.Handle | |
---|---|
void |
StreamSpec.revertOptimizedCommand(StreamingCommand.Handle handle)
Revert the optimized StreamingCommand for this
StreamSpec . |
void |
StreamSpec.setOptimizedSpec(StreamingCommand.Handle handle,
String spec)
Set the optimized StreamingCommand.HandleSpec for the given StreamingCommand.Handle of the
StreamSpec . |
Uses of StreamingCommand.Handle in org.apache.pig.impl.streaming |
---|
Methods in org.apache.pig.impl.streaming that return StreamingCommand.Handle | |
---|---|
static StreamingCommand.Handle |
StreamingCommand.Handle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StreamingCommand.Handle[] |
StreamingCommand.Handle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.pig.impl.streaming with parameters of type StreamingCommand.Handle | |
---|---|
void |
StreamingCommand.addHandleSpec(StreamingCommand.Handle handle,
StreamingCommand.HandleSpec handleSpec)
Attach a StreamingCommand.HandleSpec to a given StreamingCommand.Handle |
List<StreamingCommand.HandleSpec> |
StreamingCommand.getHandleSpecs(StreamingCommand.Handle handle)
Get specifications for the given Handle . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |