| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.lib.aggregate.LongValueSum
@InterfaceAudience.Public @InterfaceStability.Stable public class LongValueSum
This class implements a value aggregator that sums up a sequence of long values.
| Constructor Summary | |
|---|---|
| LongValueSum()the default constructor | |
| Method Summary | |
|---|---|
|  void | addNextValue(long val)add a value to the aggregator | 
|  void | addNextValue(Object val)add a value to the aggregator | 
|  ArrayList<String> | getCombinerOutput() | 
|  String | getReport() | 
|  long | getSum() | 
|  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 LongValueSum()
| 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 val)
val - a long value.public long getSum()
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 | |||||||||