org.apache.accumulo.core.iterators.aggregation
Class StringMin
java.lang.Object
org.apache.accumulo.core.iterators.aggregation.StringMin
- All Implemented Interfaces:
- Aggregator
Deprecated. since 1.4, replaced by MinCombiner
with
LongCombiner.Type.STRING
public class StringMin
- extends Object
- implements Aggregator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringMin
public StringMin()
- Deprecated.
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 © 2012 The Apache Software Foundation. All Rights Reserved.