Uses of Class
org.apache.hadoop.mapred.lib.aggregate.ValueAggregatorJobBase
Packages that use ValueAggregatorJobBase
-
Uses of ValueAggregatorJobBase in org.apache.hadoop.mapred.lib.aggregate
Subclasses of ValueAggregatorJobBase in org.apache.hadoop.mapred.lib.aggregateModifier and TypeClassDescriptionclassValueAggregatorCombiner<K1 extends WritableComparable,V1 extends Writable> This class implements the generic combiner of Aggregate.classValueAggregatorMapper<K1 extends WritableComparable,V1 extends Writable> This class implements the generic mapper of Aggregate.classValueAggregatorReducer<K1 extends WritableComparable,V1 extends Writable> This class implements the generic reducer of Aggregate.