org.apache.hadoop.mapred.lib.aggregate
Class LongValueMax

java.lang.Object
  extended by org.apache.hadoop.mapreduce.lib.aggregate.LongValueMax
      extended by org.apache.hadoop.mapred.lib.aggregate.LongValueMax
All Implemented Interfaces:
ValueAggregator<String>

@InterfaceAudience.Public
@InterfaceStability.Stable
public class LongValueMax
extends LongValueMax
implements ValueAggregator<String>

This class implements a value aggregator that maintain the maximum of a sequence of long values.


Constructor Summary
LongValueMax()
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.mapreduce.lib.aggregate.LongValueMax
addNextValue, addNextValue, getCombinerOutput, getReport, getVal, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.mapreduce.lib.aggregate.ValueAggregator
addNextValue, getCombinerOutput, getReport, reset
 

Constructor Detail

LongValueMax

public LongValueMax()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.