Uses of Interface
org.apache.storm.trident.fluent.ChainedFullAggregatorDeclarer
-
Uses of ChainedFullAggregatorDeclarer in org.apache.storm.trident.fluent
Modifier and TypeMethodDescriptionChainedAggregatorDeclarer.aggregate
(Aggregator agg, Fields functionFields) ChainedAggregatorDeclarer.aggregate
(CombinerAggregator agg, Fields functionFields) ChainedAggregatorDeclarer.aggregate
(ReducerAggregator agg, Fields functionFields) ChainedAggregatorDeclarer.aggregate
(Fields inputFields, Aggregator agg, Fields functionFields) ChainedAggregatorDeclarer.aggregate
(Fields inputFields, CombinerAggregator agg, Fields functionFields) ChainedAggregatorDeclarer.aggregate
(Fields inputFields, ReducerAggregator agg, Fields functionFields) ChainedFullAggregatorDeclarer.aggregate
(Aggregator agg, Fields functionFields) ChainedFullAggregatorDeclarer.aggregate
(CombinerAggregator agg, Fields functionFields) ChainedFullAggregatorDeclarer.aggregate
(ReducerAggregator 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)