|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.mapreduce.lib.aggregate.LongValueMax
@InterfaceAudience.Public @InterfaceStability.Stable public class LongValueMax
This class implements a value aggregator that maintain the maximum of a sequence of long values.
Constructor Summary | |
---|---|
LongValueMax()
the default constructor |
Method Summary | |
---|---|
void |
addNextValue(long newVal)
add a value to the aggregator |
void |
addNextValue(Object val)
add a value to the aggregator |
ArrayList<String> |
getCombinerOutput()
|
String |
getReport()
|
long |
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 LongValueMax()
Method Detail |
---|
public void addNextValue(Object val)
addNextValue
in interface ValueAggregator<String>
val
- an object whose string representation represents a long value.public void addNextValue(long newVal)
newVal
- a long value.public long getVal()
public String getReport()
getReport
in interface ValueAggregator<String>
public void reset()
reset
in interface ValueAggregator<String>
public ArrayList<String> getCombinerOutput()
getCombinerOutput
in interface ValueAggregator<String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |