Class LongValueSum
java.lang.Object
org.apache.hadoop.mapreduce.lib.aggregate.LongValueSum
org.apache.hadoop.mapred.lib.aggregate.LongValueSum
- All Implemented Interfaces:
ValueAggregator<String>,ValueAggregator<String>
This class implements a value aggregator that sums up
a sequence of long values.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.mapreduce.lib.aggregate.LongValueSum
addNextValue, addNextValue, getCombinerOutput, getReport, getSum, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.mapreduce.lib.aggregate.ValueAggregator
addNextValue, getCombinerOutput, getReport, reset
-
Constructor Details
-
LongValueSum
public LongValueSum()
-