public class StringValueMax extends Object implements ValueAggregator
| Constructor and Description |
|---|
StringValueMax()
the default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNextValue(Object val)
add a value to the aggregator
|
ArrayList<String> |
getCombinerOutput() |
String |
getReport() |
String |
getVal() |
void |
reset()
reset the aggregator
|
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 ValueAggregatorCopyright © 2009 The Apache Software Foundation