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

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

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.
 



Copyright © 2012 The Apache Software Foundation