Uses of Class
org.apache.hadoop.abacus.JobBase

Packages that use JobBase
org.apache.hadoop.abacus Hadoop based Abacus is a specialization of map/reduce framework, specilizing for performing various counting and aggregations. 
 

Uses of JobBase in org.apache.hadoop.abacus
 

Subclasses of JobBase in org.apache.hadoop.abacus
 class ValueAggregatorCombiner
          This class implements the generic combiner of Abacus.
 class ValueAggregatorJobBase
          This abstract class implements some common functionalities of the the generic mapper, reducer and combiner classes of Abacus.
 class ValueAggregatorMapper
          This class implements the generic mapper of Abacus.
 class ValueAggregatorReducer
          This class implements the generic reducer of Abacus.
 



Copyright © 2006 The Apache Software Foundation