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