Uses of Interface
backtype.storm.grouping.CustomStreamGrouping

Packages that use CustomStreamGrouping
backtype.storm.drpc   
backtype.storm.testing   
backtype.storm.topology   
storm.trident   
storm.trident.partition   
 

Uses of CustomStreamGrouping in backtype.storm.drpc
 

Methods in backtype.storm.drpc with parameters of type CustomStreamGrouping
 LinearDRPCInputDeclarer LinearDRPCInputDeclarer.customGrouping(CustomStreamGrouping grouping)
           
 LinearDRPCInputDeclarer LinearDRPCInputDeclarer.customGrouping(String streamId, CustomStreamGrouping grouping)
           
 

Uses of CustomStreamGrouping in backtype.storm.testing
 

Classes in backtype.storm.testing that implement CustomStreamGrouping
 class NGrouping
           
 

Uses of CustomStreamGrouping in backtype.storm.topology
 

Methods in backtype.storm.topology with parameters of type CustomStreamGrouping
 BoltDeclarer TopologyBuilder.BoltGetter.customGrouping(String componentId, CustomStreamGrouping grouping)
           
 T InputDeclarer.customGrouping(String componentId, CustomStreamGrouping grouping)
           
 BoltDeclarer TopologyBuilder.BoltGetter.customGrouping(String componentId, String streamId, CustomStreamGrouping grouping)
           
 T InputDeclarer.customGrouping(String componentId, String streamId, CustomStreamGrouping grouping)
           
 

Uses of CustomStreamGrouping in storm.trident
 

Methods in storm.trident with parameters of type CustomStreamGrouping
 Stream Stream.partition(CustomStreamGrouping partitioner)
           
 

Uses of CustomStreamGrouping in storm.trident.partition
 

Classes in storm.trident.partition that implement CustomStreamGrouping
 class GlobalGrouping
           
 class IdentityGrouping
           
 class IndexHashGrouping
           
 



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