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

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 The Apache Software Foundation. All Rights Reserved.