Package org.apache.accumulo.core.iterators.aggregation

Interface Summary
Aggregator Deprecated. since 1.4, replaced by Combiner
 

Class Summary
LongSummation Deprecated. since 1.4, replaced by SummingCombiner with LongCombiner.Type.FIXEDLEN
NumArraySummation Deprecated. since 1.4, replaced by SummingArrayCombiner with SummingArrayCombiner.Type.VARLEN
NumSummation Deprecated. since 1.4, replaced by SummingCombiner with LongCombiner.Type.VARLEN
StringMax Deprecated. since 1.4, replaced by MaxCombiner with LongCombiner.Type.STRING
StringMin Deprecated. since 1.4, replaced by MinCombiner with LongCombiner.Type.STRING
StringSummation Deprecated. since 1.4, replaced by SummingCombiner with LongCombiner.Type.STRING
 



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