Class BaseAggregator<T>
java.lang.Object
org.apache.storm.trident.operation.BaseOperation
org.apache.storm.trident.operation.BaseAggregator<T>
- All Implemented Interfaces:
- Serializable,- Aggregator<T>,- Operation
- Direct Known Subclasses:
- ComparisonAggregator,- CountAsAggregator,- FirstN.FirstNAgg,- FirstN.FirstNSortedAgg
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.storm.trident.operation.BaseOperationcleanup, prepareMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.trident.operation.Aggregatoraggregate, complete, init
- 
Constructor Details- 
BaseAggregatorpublic BaseAggregator()
 
-