Uses of Class
backtype.storm.generated.Grouping

Packages that use Grouping
backtype.storm.generated   
backtype.storm.task   
backtype.storm.topology   
storm.trident   
storm.trident.planner   
 

Uses of Grouping in backtype.storm.generated
 

Methods in backtype.storm.generated that return Grouping
static Grouping Grouping.all(NullStruct value)
           
static Grouping Grouping.custom_object(JavaObject value)
           
static Grouping Grouping.custom_serialized(byte[] value)
           
static Grouping Grouping.custom_serialized(ByteBuffer value)
           
 Grouping Grouping.deepCopy()
           
static Grouping Grouping.direct(NullStruct value)
           
static Grouping Grouping.fields(List<String> value)
           
static Grouping Grouping.local_or_shuffle(NullStruct value)
           
static Grouping Grouping.none(NullStruct value)
           
static Grouping Grouping.shuffle(NullStruct value)
           
 

Methods in backtype.storm.generated that return types with arguments of type Grouping
 Map<GlobalStreamId,Grouping> ComponentCommon.get_inputs()
           
 

Methods in backtype.storm.generated with parameters of type Grouping
 int Grouping.compareTo(Grouping other)
           
 boolean Grouping.equals(Grouping other)
           
 void ComponentCommon.put_to_inputs(GlobalStreamId key, Grouping val)
           
 

Method parameters in backtype.storm.generated with type arguments of type Grouping
 void ComponentCommon.set_inputs(Map<GlobalStreamId,Grouping> inputs)
           
 

Constructors in backtype.storm.generated with parameters of type Grouping
Grouping(Grouping other)
           
 

Constructor parameters in backtype.storm.generated with type arguments of type Grouping
ComponentCommon(Map<GlobalStreamId,Grouping> inputs, Map<String,StreamInfo> streams)
           
 

Uses of Grouping in backtype.storm.task
 

Methods in backtype.storm.task that return types with arguments of type Grouping
 Map<GlobalStreamId,Grouping> GeneralTopologyContext.getSources(String componentId)
          Gets the declared inputs to the specified component.
 Map<String,Map<String,Grouping>> GeneralTopologyContext.getTargets(String componentId)
          Gets information about who is consuming the outputs of the specified component, and how.
 Map<GlobalStreamId,Grouping> TopologyContext.getThisSources()
          Gets the declared inputs to this component.
 Map<String,Map<String,Grouping>> TopologyContext.getThisTargets()
          Gets information about who is consuming the outputs of this component, and how.
 

Uses of Grouping in backtype.storm.topology
 

Methods in backtype.storm.topology with parameters of type Grouping
 BoltDeclarer TopologyBuilder.BoltGetter.grouping(GlobalStreamId id, Grouping grouping)
           
 T InputDeclarer.grouping(GlobalStreamId id, Grouping grouping)
           
 

Uses of Grouping in storm.trident
 

Methods in storm.trident with parameters of type Grouping
 Stream Stream.partition(Grouping grouping)
           
 

Uses of Grouping in storm.trident.planner
 

Fields in storm.trident.planner declared as Grouping
 Grouping PartitionNode.thriftGrouping
           
 

Constructors in storm.trident.planner with parameters of type Grouping
PartitionNode(String streamId, String name, Fields allOutputFields, Grouping grouping)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.