Class | Description |
---|---|
AbstractAggregator<I,R> |
Abstract class providing convenience for concrete implementations of an
Aggregator
It also provides the extract() method that enables extracting values of the given attributePath from the input. |
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> | |
MinAggregator<I,R extends Comparable> | |
NumberAverageAggregator<I> |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.