|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamingCommand.Handle | |
---|---|
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.Handle in org.apache.pig.impl.logicalLayer |
---|
Methods in org.apache.pig.impl.logicalLayer with parameters of type StreamingCommand.Handle | |
---|---|
void |
LOStream.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 |