storm.trident.fluent
Interface ChainedFullAggregatorDeclarer

All Superinterfaces:
IChainedAggregatorDeclarer
All Known Implementing Classes:
ChainedAggregatorDeclarer

public interface ChainedFullAggregatorDeclarer
extends IChainedAggregatorDeclarer


Method Summary
 ChainedFullAggregatorDeclarer aggregate(Aggregator agg, Fields functionFields)
           
 ChainedFullAggregatorDeclarer aggregate(CombinerAggregator agg, Fields functionFields)
           
 ChainedFullAggregatorDeclarer aggregate(Fields inputFields, Aggregator agg, Fields functionFields)
           
 ChainedFullAggregatorDeclarer aggregate(Fields inputFields, CombinerAggregator agg, Fields functionFields)
           
 ChainedFullAggregatorDeclarer aggregate(Fields inputFields, ReducerAggregator agg, Fields functionFields)
           
 ChainedFullAggregatorDeclarer aggregate(ReducerAggregator agg, Fields functionFields)
           
 
Methods inherited from interface storm.trident.fluent.IChainedAggregatorDeclarer
chainEnd
 

Method Detail

aggregate

ChainedFullAggregatorDeclarer aggregate(Aggregator agg,
                                        Fields functionFields)

aggregate

ChainedFullAggregatorDeclarer aggregate(Fields inputFields,
                                        Aggregator agg,
                                        Fields functionFields)

aggregate

ChainedFullAggregatorDeclarer aggregate(CombinerAggregator agg,
                                        Fields functionFields)

aggregate

ChainedFullAggregatorDeclarer aggregate(Fields inputFields,
                                        CombinerAggregator agg,
                                        Fields functionFields)

aggregate

ChainedFullAggregatorDeclarer aggregate(ReducerAggregator agg,
                                        Fields functionFields)

aggregate

ChainedFullAggregatorDeclarer aggregate(Fields inputFields,
                                        ReducerAggregator agg,
                                        Fields functionFields)