Key - the input key typeValue - the input value typepublic class IntegerAvgAggregation<Key,Value> extends Object implements AggType<Key,Value,Key,Integer,AvgTuple<Integer,Integer>,AvgTuple<Integer,Integer>,Integer>
| Constructor and Description | 
|---|
IntegerAvgAggregation()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collator<Map.Entry<Key,AvgTuple<Integer,Integer>>,Integer> | 
getCollator()  | 
CombinerFactory<Key,Integer,AvgTuple<Integer,Integer>> | 
getCombinerFactory()  | 
Mapper<Key,Value,Key,Integer> | 
getMapper(Supplier<Key,Value,Integer> supplier)  | 
ReducerFactory<Key,AvgTuple<Integer,Integer>,AvgTuple<Integer,Integer>> | 
getReducerFactory()  | 
public CombinerFactory<Key,Integer,AvgTuple<Integer,Integer>> getCombinerFactory()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.