Uses of Interface
org.apache.hadoop.mapreduce.lib.aggregate.ValueAggregator
Packages that use ValueAggregator
Package
Description
-
Uses of ValueAggregator in org.apache.hadoop.mapred.lib.aggregate
Subinterfaces of ValueAggregator in org.apache.hadoop.mapred.lib.aggregateModifier and TypeInterfaceDescriptioninterfaceThis interface defines the minimal protocol for value aggregators.Classes in org.apache.hadoop.mapred.lib.aggregate that implement ValueAggregatorModifier and TypeClassDescriptionclassThis class implements a value aggregator that sums up a sequence of double values.classThis class implements a value aggregator that maintain the maximum of a sequence of long values.classThis class implements a value aggregator that maintain the minimum of a sequence of long values.classThis class implements a value aggregator that sums up a sequence of long values.classThis class implements a value aggregator that maintain the biggest of a sequence of strings.classThis class implements a value aggregator that maintain the smallest of a sequence of strings.classThis class implements a value aggregator that dedupes a sequence of objects.classThis class implements a value aggregator that computes the histogram of a sequence of strings. -
Uses of ValueAggregator in org.apache.hadoop.mapreduce.lib.aggregate
Classes in org.apache.hadoop.mapreduce.lib.aggregate that implement ValueAggregatorModifier and TypeClassDescriptionclassThis class implements a value aggregator that sums up a sequence of double values.classThis class implements a value aggregator that maintain the maximum of a sequence of long values.classThis class implements a value aggregator that maintain the minimum of a sequence of long values.classThis class implements a value aggregator that sums up a sequence of long values.classThis class implements a value aggregator that maintain the biggest of a sequence of strings.classThis class implements a value aggregator that maintain the smallest of a sequence of strings.classThis class implements a value aggregator that dedupes a sequence of objects.classThis class implements a value aggregator that computes the histogram of a sequence of strings.Methods in org.apache.hadoop.mapreduce.lib.aggregate that return ValueAggregatorModifier and TypeMethodDescriptionstatic ValueAggregatorValueAggregatorBaseDescriptor.generateValueAggregator(String type, long uniqCount)