Methods in com.hazelcast.mapreduce.aggregation.impl that return ReducerFactory |
ReducerFactory<Key,Long,Long> |
LongMinAggregation.getReducerFactory()
|
ReducerFactory<Key,AvgTuple<Long,BigInteger>,AvgTuple<Long,BigInteger>> |
BigIntegerAvgAggregation.getReducerFactory()
|
ReducerFactory<Key,BigDecimal,BigDecimal> |
BigDecimalSumAggregation.getReducerFactory()
|
ReducerFactory<Key,Long,Long> |
LongMaxAggregation.getReducerFactory()
|
ReducerFactory<Key,BigInteger,BigInteger> |
BigIntegerSumAggregation.getReducerFactory()
|
ReducerFactory<Key,BigDecimal,BigDecimal> |
BigDecimalMaxAggregation.getReducerFactory()
|
ReducerFactory<Key,Comparable,Comparable> |
ComparableMinAggregation.getReducerFactory()
|
ReducerFactory<Key,Integer,Integer> |
IntegerMinAggregation.getReducerFactory()
|
ReducerFactory<Key,Comparable,Comparable> |
ComparableMaxAggregation.getReducerFactory()
|
ReducerFactory<Key,AvgTuple<Integer,Integer>,AvgTuple<Integer,Integer>> |
IntegerAvgAggregation.getReducerFactory()
|
ReducerFactory<Key,Long,Long> |
LongSumAggregation.getReducerFactory()
|
ReducerFactory<Key,AvgTuple<Long,Long>,AvgTuple<Long,Long>> |
LongAvgAggregation.getReducerFactory()
|
ReducerFactory<Key,AvgTuple<Long,Double>,AvgTuple<Long,Double>> |
DoubleAvgAggregation.getReducerFactory()
|
ReducerFactory<Key,Double,Double> |
DoubleSumAggregation.getReducerFactory()
|
ReducerFactory<Key,Integer,Integer> |
IntegerSumAggregation.getReducerFactory()
|
ReducerFactory<Key,Integer,Integer> |
IntegerMaxAggregation.getReducerFactory()
|
ReducerFactory<KeyOut,CombinerValue,ReducerValue> |
AggType.getReducerFactory()
|
ReducerFactory<Key,Double,Double> |
DoubleMinAggregation.getReducerFactory()
|
ReducerFactory<Key,Double,Double> |
DoubleMaxAggregation.getReducerFactory()
|
ReducerFactory<Key,BigInteger,BigInteger> |
BigIntegerMinAggregation.getReducerFactory()
|
ReducerFactory<Integer,Set<DistinctType>,Set<DistinctType>> |
DistinctValuesAggregation.getReducerFactory()
|
ReducerFactory<Key,BigInteger,BigInteger> |
BigIntegerMaxAggregation.getReducerFactory()
|
ReducerFactory<Key,BigDecimal,BigDecimal> |
BigDecimalMinAggregation.getReducerFactory()
|
ReducerFactory<Key,AvgTuple<Long,BigDecimal>,AvgTuple<Long,BigDecimal>> |
BigDecimalAvgAggregation.getReducerFactory()
|
ReducerFactory<Key,Long,Long> |
CountAggregation.getReducerFactory()
|