| Methods in storm.trident.fluent with parameters of type ReducerAggregator |
Stream |
GroupedStream.aggregate(Fields inputFields,
ReducerAggregator agg,
Fields functionFields)
|
ChainedFullAggregatorDeclarer |
ChainedFullAggregatorDeclarer.aggregate(Fields inputFields,
ReducerAggregator agg,
Fields functionFields)
|
ChainedFullAggregatorDeclarer |
ChainedAggregatorDeclarer.aggregate(Fields inputFields,
ReducerAggregator agg,
Fields functionFields)
|
Stream |
GroupedStream.aggregate(ReducerAggregator agg,
Fields functionFields)
|
ChainedFullAggregatorDeclarer |
ChainedFullAggregatorDeclarer.aggregate(ReducerAggregator agg,
Fields functionFields)
|
ChainedFullAggregatorDeclarer |
ChainedAggregatorDeclarer.aggregate(ReducerAggregator agg,
Fields functionFields)
|
ChainedPartitionAggregatorDeclarer |
ChainedPartitionAggregatorDeclarer.partitionAggregate(Fields inputFields,
ReducerAggregator agg,
Fields functionFields)
|
ChainedPartitionAggregatorDeclarer |
ChainedAggregatorDeclarer.partitionAggregate(Fields inputFields,
ReducerAggregator agg,
Fields functionFields)
|
ChainedPartitionAggregatorDeclarer |
ChainedPartitionAggregatorDeclarer.partitionAggregate(ReducerAggregator agg,
Fields functionFields)
|
ChainedPartitionAggregatorDeclarer |
ChainedAggregatorDeclarer.partitionAggregate(ReducerAggregator agg,
Fields functionFields)
|
TridentState |
GroupedStream.persistentAggregate(StateFactory stateFactory,
Fields inputFields,
ReducerAggregator agg,
Fields functionFields)
|
TridentState |
GroupedStream.persistentAggregate(StateFactory stateFactory,
ReducerAggregator agg,
Fields functionFields)
|
TridentState |
GroupedStream.persistentAggregate(StateSpec spec,
Fields inputFields,
ReducerAggregator agg,
Fields functionFields)
|
TridentState |
GroupedStream.persistentAggregate(StateSpec spec,
ReducerAggregator agg,
Fields functionFields)
|