T - the type to be aggregatedR - the result type of the aggregation@Internal public interface Aggregator<T,R> extends Serializable
void aggregate(T value)
void combine(Aggregator<T,R> otherSameType)
R result()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.