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

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

public interface Aggregator


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

Method Detail

reset

void reset()

collect

void collect(Value value)

aggregate

Value aggregate()


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