Uses of Interface
org.apache.storm.grouping.CustomStreamGrouping
Package
Description
-
Uses of CustomStreamGrouping in org.apache.storm.daemon
Modifier and TypeClassDescriptionstatic class
static class
A bridge between CustomStreamGrouping and LoadAwareCustomStreamGrouping.static class
static class
static class
ModifierConstructorDescriptionBasicLoadAwareCustomStreamGrouping
(CustomStreamGrouping customStreamGrouping) -
Uses of CustomStreamGrouping in org.apache.storm.drpc
Modifier and TypeMethodDescriptionLinearDRPCInputDeclarer.customGrouping
(String streamId, CustomStreamGrouping grouping) LinearDRPCInputDeclarer.customGrouping
(CustomStreamGrouping grouping) -
Uses of CustomStreamGrouping in org.apache.storm.grouping
Modifier and TypeClassDescriptionclass
class
A variation on FieldGrouping.class
-
Uses of CustomStreamGrouping in org.apache.storm.testing
-
Uses of CustomStreamGrouping in org.apache.storm.topology
Modifier and TypeMethodDescriptionInputDeclarer.customGrouping
(String componentId, String streamId, CustomStreamGrouping grouping) A custom stream grouping by implementing the CustomStreamGrouping interface.InputDeclarer.customGrouping
(String componentId, CustomStreamGrouping grouping) A custom stream grouping by implementing the CustomStreamGrouping interface.TopologyBuilder.BoltGetter.customGrouping
(String componentId, String streamId, CustomStreamGrouping grouping) TopologyBuilder.BoltGetter.customGrouping
(String componentId, CustomStreamGrouping grouping) -
Uses of CustomStreamGrouping in org.apache.storm.trident
Modifier and TypeMethodDescriptionStream.partition
(CustomStreamGrouping partitioner) ## Repartitioning Operation. -
Uses of CustomStreamGrouping in org.apache.storm.trident.partition
Modifier and TypeClassDescriptionclass
class
class