Package org.apache.storm.trident.fluent
Interface ChainedPartitionAggregatorDeclarer
- All Superinterfaces:
- IChainedAggregatorDeclarer
- All Known Implementing Classes:
- ChainedAggregatorDeclarer
- 
Method SummaryModifier and TypeMethodDescriptionpartitionAggregate(Aggregator agg, Fields functionFields) partitionAggregate(CombinerAggregator agg, Fields functionFields) partitionAggregate(ReducerAggregator agg, Fields functionFields) partitionAggregate(Fields inputFields, Aggregator agg, Fields functionFields) partitionAggregate(Fields inputFields, CombinerAggregator agg, Fields functionFields) partitionAggregate(Fields inputFields, ReducerAggregator agg, Fields functionFields) Methods inherited from interface org.apache.storm.trident.fluent.IChainedAggregatorDeclarerchainEnd
- 
Method Details- 
partitionAggregate
- 
partitionAggregateChainedPartitionAggregatorDeclarer partitionAggregate(Fields inputFields, Aggregator agg, Fields functionFields) 
- 
partitionAggregateChainedPartitionAggregatorDeclarer partitionAggregate(CombinerAggregator agg, Fields functionFields) 
- 
partitionAggregateChainedPartitionAggregatorDeclarer partitionAggregate(Fields inputFields, CombinerAggregator agg, Fields functionFields) 
- 
partitionAggregate
- 
partitionAggregateChainedPartitionAggregatorDeclarer partitionAggregate(Fields inputFields, ReducerAggregator agg, Fields functionFields) 
 
-