Interface | Description |
---|---|
Aggregator | Deprecated
since 1.4, replaced by
Combiner |
Class | Description |
---|---|
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 © 2011–2018 The Apache Software Foundation. All rights reserved.