Generated by
JDiff

Interface org.apache.hadoop.mapreduce.lib.aggregate.ValueAggregator

Changed Methods
void addNextValue(Object) Changed from abstract to non-abstract. add a value to the aggregator
ArrayList getCombinerOutput() Changed from abstract to non-abstract. @return an array of values as the outputs of the combiner.
String getReport() Changed from abstract to non-abstract. @return the string representation of the agregator
void reset() Changed from abstract to non-abstract. reset the aggregator