Uses of Interface
org.apache.storm.trident.operation.impl.SingleEmitAggregator.BatchToPartition
-
Packages that use SingleEmitAggregator.BatchToPartition Package Description org.apache.storm.trident.fluent org.apache.storm.trident.operation.impl -
-
Uses of SingleEmitAggregator.BatchToPartition in org.apache.storm.trident.fluent
Methods in org.apache.storm.trident.fluent that return SingleEmitAggregator.BatchToPartition Modifier and Type Method Description SingleEmitAggregator.BatchToPartition
GlobalAggregationScheme. singleEmitPartitioner()
SingleEmitAggregator.BatchToPartition
GroupedStream. singleEmitPartitioner()
-
Uses of SingleEmitAggregator.BatchToPartition in org.apache.storm.trident.operation.impl
Classes in org.apache.storm.trident.operation.impl that implement SingleEmitAggregator.BatchToPartition Modifier and Type Class Description class
GlobalBatchToPartition
class
IndexHashBatchToPartition
Constructors in org.apache.storm.trident.operation.impl with parameters of type SingleEmitAggregator.BatchToPartition Constructor Description SingleEmitAggregator(Aggregator agg, SingleEmitAggregator.BatchToPartition batchToPartition)
-