Package | Description |
---|---|
org.apache.pig.impl.streaming |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2007-2017 The Apache Software Foundation