org.apache.accumulo.core.iterators.aggregation
Class StringMax

java.lang.Object
  extended by org.apache.accumulo.core.iterators.aggregation.StringMax
All Implemented Interfaces:
Aggregator

Deprecated. since 1.4, replaced by MaxCombiner with LongCombiner.Type.STRING

public class StringMax
extends Object
implements Aggregator


Constructor Summary
StringMax()
          Deprecated.  
 
Method Summary
 Value aggregate()
          Deprecated.  
 void collect(Value value)
          Deprecated.  
 void reset()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringMax

public StringMax()
Deprecated. 
Method Detail

aggregate

public Value aggregate()
Deprecated. 
Specified by:
aggregate in interface Aggregator

collect

public void collect(Value value)
Deprecated. 
Specified by:
collect in interface Aggregator

reset

public void reset()
Deprecated. 
Specified by:
reset in interface Aggregator


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.