Class ValueAggregatorCombiner<K1 extends WritableComparable,V1 extends Writable>

java.lang.Object
org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorJobBase<K1,V1>
org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorCombiner<K1,V1>
All Implemented Interfaces:
Closeable, AutoCloseable, Closeable, JobConfigurable, Mapper<K1,V1,Text,Text>, Reducer<Text,Text,Text,Text>

@Public @Stable public class ValueAggregatorCombiner<K1 extends WritableComparable,V1 extends Writable> extends ValueAggregatorJobBase<K1,V1>
This class implements the generic combiner of Aggregate.