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

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

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

@Deprecated
public class StringMin
extends Object
implements Aggregator


Constructor Summary
StringMin()
          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

StringMin

public StringMin()
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 © 2014 The Apache Software Foundation. All Rights Reserved.