| Package | Description | 
|---|---|
| org.apache.hadoop.mapred.lib.aggregate | |
| org.apache.hadoop.mapreduce.lib.aggregate | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ValueAggregator<E>This interface defines the minimal protocol for value aggregators. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DoubleValueSumThis class implements a value aggregator that sums up a sequence of double
 values. | 
| class  | LongValueMaxThis class implements a value aggregator that maintain the maximum of 
 a sequence of long values. | 
| class  | LongValueMinThis class implements a value aggregator that maintain the minimum of 
 a sequence of long values. | 
| class  | LongValueSumThis class implements a value aggregator that sums up 
 a sequence of long values. | 
| class  | StringValueMaxThis class implements a value aggregator that maintain the biggest of 
 a sequence of strings. | 
| class  | StringValueMinThis class implements a value aggregator that maintain the smallest of 
 a sequence of strings. | 
| class  | UniqValueCountThis class implements a value aggregator that dedupes a sequence of objects. | 
| class  | ValueHistogramThis class implements a value aggregator that computes the 
 histogram of a sequence of strings. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ValueAggregator | ValueAggregatorBaseDescriptor. generateValueAggregator(String type,
                       long uniqCount) | 
Copyright © 2017 Apache Software Foundation. All rights reserved.