Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.hadoop.mapred.lib.aggregate Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
DoubleValueSumClassorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
LongValueMaxThis class implements a value aggregator that maintain the maximum of a sequence of long values.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
LongValueMinThis class implements a value aggregator that maintain the minimum of a sequence of long values.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
LongValueSumThis class implements a value aggregator that sums up a sequence of long values.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
StringValueMaxThis class implements a value aggregator that maintain the biggest of a sequence of strings.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
StringValueMinThis class implements a value aggregator that maintain the smallest of a sequence of strings.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
UniqValueCountThis class implements a value aggregator that dedupes a sequence of objects.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
UserDefinedValueAggregatorDescriptorThis class implements a wrapper for a user defined value aggregator It serves two functions: One is to create an object of Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueAggregatorThis interface defines the minimal protocol for value aggregators.Interfaceorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueAggregatorBaseDescriptorThis class implements the common functionalities of the subclasses of ValueAggregatorDescriptor class.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueAggregatorCombinerThis class implements the generic combiner of Aggregate.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueAggregatorDescriptorThis interface defines the contract a value aggregator descriptor must support.Interfaceorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueAggregatorJobThis is the main class for creating a map/reduce job using Aggregate framework.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueAggregatorJobBaseThis abstract class implements some common functionalities of the the generic mapper, reducer and combiner classes of Aggregate.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueAggregatorMapperThis class implements the generic mapper of Aggregate.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueAggregatorReducerThis class implements the generic reducer of Aggregate.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop
ValueHistogramThis class implements a value aggregator that computes the histogram of a sequence of strings.Classorg.apache.hadoop.mapred.lib.aggregateApache Hadoop