Uses of Class
org.apache.pig.impl.streaming.StreamingCommand.HandleSpec

Packages that use StreamingCommand.HandleSpec
org.apache.pig.impl.streaming   
 

Uses of StreamingCommand.HandleSpec in org.apache.pig.impl.streaming
 

Methods in org.apache.pig.impl.streaming that return StreamingCommand.HandleSpec
 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.
 

Methods in org.apache.pig.impl.streaming that return types with arguments of type StreamingCommand.HandleSpec
 List<StreamingCommand.HandleSpec> StreamingCommand.getHandleSpecs(StreamingCommand.Handle handle)
          Get specifications for the given Handle.
 

Methods in org.apache.pig.impl.streaming with parameters of type StreamingCommand.HandleSpec
 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.
 

Constructors in org.apache.pig.impl.streaming with parameters of type StreamingCommand.HandleSpec
DefaultInputHandler(StreamingCommand.HandleSpec spec)
           
DefaultOutputHandler(StreamingCommand.HandleSpec spec)
           
FileInputHandler(StreamingCommand.HandleSpec handleSpec)
           
FileOutputHandler(StreamingCommand.HandleSpec handleSpec)
           
 



Copyright © 2012 The Apache Software Foundation