public static class CombineFn.MaxLongs extends CombineFn.SimpleAggregator<Long>
| Constructor and Description |
|---|
CombineFn.MaxLongs()
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<Long> |
results()
Deprecated.
Returns the current aggregated state of this instance.
|
void |
update(Long next)
Deprecated.
Incorporate the given value into the aggregate state maintained by this
instance.
|
initializepublic void reset()
CombineFn.Aggregatorpublic void update(Long next)
CombineFn.Aggregatorpublic Iterable<Long> results()
CombineFn.AggregatorCopyright © 2013 The Apache Software Foundation. All Rights Reserved.