Class | Description |
---|---|
AbstractAggregator<I,E,R> |
Abstract class providing convenience for concrete implementations of an
Aggregator
It provides built-in extraction capabilities that may be used in the accumulation phase. |
AggregatorDataSerializerHook | |
BigDecimalAverageAggregator<I> | |
BigDecimalSumAggregator<I> | |
BigIntegerAverageAggregator<I> | |
BigIntegerSumAggregator<I> | |
CountAggregator<I> | |
DistinctValuesAggregator<I,R> | |
DoubleAverageAggregator<I> | |
DoubleSumAggregator<I> | |
FixedSumAggregator<I> | |
FloatingPointSumAggregator<I> | |
IntegerAverageAggregator<I> | |
IntegerSumAggregator<I> | |
LongAverageAggregator<I> | |
LongSumAggregator<I> | |
MaxAggregator<I,R extends Comparable> | |
MaxByAggregator<I> | |
MinAggregator<I,R extends Comparable> | |
MinByAggregator<I> | |
NumberAverageAggregator<I> |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.