org.apache.hadoop.mapred.lib.aggregate
Class LongValueMax
java.lang.Object
org.apache.hadoop.mapreduce.lib.aggregate.LongValueMax
org.apache.hadoop.mapred.lib.aggregate.LongValueMax
- All Implemented Interfaces:
- ValueAggregator<String>
@InterfaceAudience.Public
@InterfaceStability.Stable
public class LongValueMax
- extends LongValueMax
- implements ValueAggregator<String>
This class implements a value aggregator that maintain the maximum of
a sequence of long values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongValueMax
public LongValueMax()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.