public static class CombineFn.MaxBigInts extends CombineFn.SimpleAggregator<BigInteger>
Constructor and Description |
---|
CombineFn.MaxBigInts()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
reset()
Deprecated.
Clears the internal state of this Aggregator and prepares it for the
values associated with the next key.
|
Iterable<BigInteger> |
results()
Deprecated.
Returns the current aggregated state of this instance.
|
void |
update(BigInteger next)
Deprecated.
Incorporate the given value into the aggregate state maintained by this
instance.
|
initialize
public void reset()
CombineFn.Aggregator
public void update(BigInteger next)
CombineFn.Aggregator
public Iterable<BigInteger> results()
CombineFn.Aggregator
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.