Uses of Interface
org.apache.hadoop.abacus.ValueAggregator

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

Uses of ValueAggregator in org.apache.hadoop.abacus
 

Classes in org.apache.hadoop.abacus that implement ValueAggregator
 class DoubleValueSum
          This class implements a value aggregator that sums up a sequence of double values.
 class LongValueSum
          This class implements a value aggregator that sums up a sequence of long values.
 class UniqValueCount
          This class implements a value aggregator that dedupes a sequence of objects.
 class ValueHistogram
          This class implements a value aggregator that computes the histogram of a sequence of strings.
 

Methods in org.apache.hadoop.abacus that return ValueAggregator
static ValueAggregator ValueAggregatorBaseDescriptor.generateValueAggregator(String type)
           
 



Copyright © 2006 The Apache Software Foundation