public static class FloatSummaryAggregator.SumFloatAggregator extends Object implements Aggregator<Float,Float>
public void aggregate(Float value)
Aggregatoraggregate 在接口中 Aggregator<Float,Float>public void combine(Aggregator<Float,Float> other)
Aggregator(Implementations will need to do an unchecked cast).
combine 在接口中 Aggregator<Float,Float>public Float result()
Aggregatorresult 在接口中 Aggregator<Float,Float>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.