public static class FloatSummaryAggregator.MaxFloatAggregator extends Object implements Aggregator<Float,Float>
| Constructor and Description |
|---|
MaxFloatAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(Float value)
Add a value to the current aggregation
|
void |
combine(Aggregator<Float,Float> other)
Combine two aggregations of the same type.
|
Float |
result()
Provide the final result of the aggregation
|
public void aggregate(Float value)
Aggregatoraggregate in interface Aggregator<Float,Float>public void combine(Aggregator<Float,Float> other)
Aggregatorcombine in interface Aggregator<Float,Float>public Float result()
Aggregatorresult in interface Aggregator<Float,Float>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.