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