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