Class StringValueMax
java.lang.Object
org.apache.hadoop.mapreduce.lib.aggregate.StringValueMax
org.apache.hadoop.mapred.lib.aggregate.StringValueMax
- All Implemented Interfaces:
ValueAggregator<String>,ValueAggregator<String>
@Public
@Stable
public class StringValueMax
extends StringValueMax
implements ValueAggregator<String>
This class implements a value aggregator that maintain the biggest of
a sequence of strings.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.mapreduce.lib.aggregate.StringValueMax
addNextValue, getCombinerOutput, getReport, getVal, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.mapreduce.lib.aggregate.ValueAggregator
addNextValue, getCombinerOutput, getReport, reset
-
Constructor Details
-
StringValueMax
public StringValueMax()
-