Package | Description |
---|---|
org.apache.pig.impl.streaming |
Modifier and Type | Method and Description |
---|---|
StreamingCommand.HandleSpec |
StreamingCommand.getInputSpec()
Get the input specification of the
StreamingCommand . |
StreamingCommand.HandleSpec |
StreamingCommand.getOutputSpec()
Get the specification of the primary output of the
StreamingCommand . |
Modifier and Type | Method and Description |
---|---|
List<StreamingCommand.HandleSpec> |
StreamingCommand.getHandleSpecs(StreamingCommand.Handle handle)
Get specifications for the given
Handle . |
Modifier and Type | Method and Description |
---|---|
void |
StreamingCommand.addHandleSpec(StreamingCommand.Handle handle,
StreamingCommand.HandleSpec handleSpec)
Attach a
StreamingCommand.HandleSpec to a given StreamingCommand.Handle |
int |
StreamingCommand.HandleSpec.compareTo(StreamingCommand.HandleSpec o) |
void |
StreamingCommand.setInputSpec(StreamingCommand.HandleSpec spec)
Set the input specification for the
StreamingCommand . |
void |
StreamingCommand.setOutputSpec(StreamingCommand.HandleSpec spec)
Set the specification for the primary output of the
StreamingCommand . |
Constructor and Description |
---|
DefaultInputHandler(StreamingCommand.HandleSpec spec) |
DefaultOutputHandler(StreamingCommand.HandleSpec spec) |
FileInputHandler(StreamingCommand.HandleSpec handleSpec) |
FileOutputHandler(StreamingCommand.HandleSpec handleSpec) |
Copyright © 2007-2017 The Apache Software Foundation