Uses of Interface
storm.trident.operation.impl.SingleEmitAggregator.BatchToPartition

Packages that use SingleEmitAggregator.BatchToPartition
storm.trident.fluent   
storm.trident.operation.impl   
 

Uses of SingleEmitAggregator.BatchToPartition in storm.trident.fluent
 

Methods in storm.trident.fluent that return SingleEmitAggregator.BatchToPartition
 SingleEmitAggregator.BatchToPartition GroupedStream.singleEmitPartitioner()
           
 SingleEmitAggregator.BatchToPartition GlobalAggregationScheme.singleEmitPartitioner()
           
 

Uses of SingleEmitAggregator.BatchToPartition in storm.trident.operation.impl
 

Classes in storm.trident.operation.impl that implement SingleEmitAggregator.BatchToPartition
 class GlobalBatchToPartition
           
 class IndexHashBatchToPartition
           
 

Constructors in storm.trident.operation.impl with parameters of type SingleEmitAggregator.BatchToPartition
SingleEmitAggregator(Aggregator agg, SingleEmitAggregator.BatchToPartition batchToPartition)
           
 



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