org.apache.accumulo.core.iterators.aggregation
Interface Aggregator

All Known Implementing Classes:
LongSummation, NumArraySummation, NumSummation, StringMax, StringMin, StringSummation

Deprecated. since 1.4, replaced by Combiner

@Deprecated
public interface Aggregator


Method Summary
 Value aggregate()
          Deprecated.  
 void collect(Value value)
          Deprecated.  
 void reset()
          Deprecated.  
 

Method Detail

reset

void reset()
Deprecated. 

collect

void collect(Value value)
Deprecated. 

aggregate

Value aggregate()
Deprecated. 


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.