Uses of Interface
storm.trident.operation.ReducerAggregator

Packages that use ReducerAggregator
storm.trident   
storm.trident.fluent   
storm.trident.operation.impl   
storm.trident.state   
storm.trident.state.map   
 

Uses of ReducerAggregator in storm.trident
 

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

Uses of ReducerAggregator in storm.trident.fluent
 

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)
           
 

Uses of ReducerAggregator in storm.trident.operation.impl
 

Constructors in storm.trident.operation.impl with parameters of type ReducerAggregator
ReducerAggregatorImpl(ReducerAggregator agg)
           
ReducerAggStateUpdater(ReducerAggregator agg)
           
 

Uses of ReducerAggregator in storm.trident.state
 

Constructors in storm.trident.state with parameters of type ReducerAggregator
ReducerValueUpdater(ReducerAggregator agg, List<TridentTuple> tuples)
           
 

Uses of ReducerAggregator in storm.trident.state.map
 

Constructors in storm.trident.state.map with parameters of type ReducerAggregator
MapReducerAggStateUpdater(ReducerAggregator agg, Fields groupFields, Fields inputFields)
           
 



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