| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapred.lib.aggregate.LongValueMin
public class LongValueMin
This class implements a value aggregator that maintain the minimum of a sequence of long values.
| Constructor Summary | |
|---|---|
LongValueMin()
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 LongValueMin()
| Method Detail | 
|---|
public void addNextValue(Object val)
addNextValue in interface ValueAggregatorval - 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 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 | |||||||||