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

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

public class StringSummation
extends java.lang.Object
implements Aggregator


Constructor Summary
StringSummation()
           
 
Method Summary
 Value aggregate()
           
 void collect(Value value)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSummation

public StringSummation()
Method Detail

aggregate

public Value aggregate()
Specified by:
aggregate in interface Aggregator

collect

public void collect(Value value)
Specified by:
collect in interface Aggregator

reset

public void reset()
Specified by:
reset in interface Aggregator


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