static class
CombineFn.FirstNAggregator<V>
Aggregators.FIRST_N(int)
CombineFn.LastNAggregator<V>
Aggregators.LAST_N(int)
CombineFn.MaxBigInts
Aggregators.MAX_BIGINTS()
CombineFn.MaxDoubles
Aggregators.MAX_DOUBLES()
CombineFn.MaxFloats
Aggregators.MAX_FLOATS()
CombineFn.MaxInts
Aggregators.MAX_INTS()
CombineFn.MaxLongs
Aggregators.MAX_LONGS()
CombineFn.MaxNAggregator<V extends Comparable<V>>
Aggregators.MAX_N(int, Class)
CombineFn.MinBigInts
Aggregators.MIN_BIGINTS()
CombineFn.MinDoubles
Aggregators.MIN_DOUBLES()
CombineFn.MinFloats
Aggregators.MIN_FLOATS()
CombineFn.MinInts
Aggregators.MIN_INTS()
CombineFn.MinLongs
Aggregators.MIN_LONGS()
CombineFn.MinNAggregator<V extends Comparable<V>>
Aggregators.MIN_N(int, Class)
CombineFn.StringConcatAggregator
Aggregators.STRING_CONCAT(String, boolean, long, long)
CombineFn.SumBigInts
Aggregators.SUM_BIGINTS()
CombineFn.SumDoubles
Aggregators.SUM_DOUBLES()
CombineFn.SumFloats
Aggregators.SUM_FLOATS()
CombineFn.SumInts
Aggregators.SUM_INTS()
CombineFn.SumLongs
Aggregators.SUM_LONGS()