@Internal public class DoubleSummaryAggregator extends NumericSummaryAggregator<Double>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DoubleSummaryAggregator.MaxDoubleAggregator
Aggregator for max operation.
|
static class |
DoubleSummaryAggregator.MinDoubleAggregator
Aggregator for min operation.
|
static class |
DoubleSummaryAggregator.SumDoubleAggregator
Aggregator for sum operation.
|
| 构造器和说明 |
|---|
DoubleSummaryAggregator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Aggregator<Double,Double> |
initMax() |
protected Aggregator<Double,Double> |
initMin() |
protected Aggregator<Double,Double> |
initSum() |
protected boolean |
isInfinite(Double number) |
protected boolean |
isNan(Double number) |
aggregate, combine, resultprotected Aggregator<Double,Double> initMin()
initMin 在类中 NumericSummaryAggregator<Double>protected Aggregator<Double,Double> initMax()
initMax 在类中 NumericSummaryAggregator<Double>protected Aggregator<Double,Double> initSum()
initSum 在类中 NumericSummaryAggregator<Double>protected boolean isNan(Double number)
isNan 在类中 NumericSummaryAggregator<Double>protected boolean isInfinite(Double number)
isInfinite 在类中 NumericSummaryAggregator<Double>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.