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