| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapred.lib.aggregate.StringValueMin
public class StringValueMin
This class implements a value aggregator that maintain the smallest of a sequence of strings.
| Constructor Summary | |
|---|---|
StringValueMin()
the default constructor  | 
|
| Method Summary | |
|---|---|
 void | 
addNextValue(Object val)
add a value to the aggregator  | 
 ArrayList<String> | 
getCombinerOutput()
 | 
 String | 
getReport()
 | 
 String | 
getVal()
 | 
 void | 
reset()
reset the aggregator  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StringValueMin()
| Method Detail | 
|---|
public void addNextValue(Object val)
addNextValue in interface ValueAggregatorval - a string.public String getVal()
public String getReport()
getReport in interface ValueAggregatorpublic void reset()
reset in interface ValueAggregatorpublic ArrayList<String> getCombinerOutput()
getCombinerOutput in interface ValueAggregator
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||