@Internal public class DoubleSummaryAggregator extends NumericSummaryAggregator<Double>
Modifier and Type | Class and Description |
---|---|
static class |
DoubleSummaryAggregator.MaxDoubleAggregator
Aggregator for max operation.
|
static class |
DoubleSummaryAggregator.MinDoubleAggregator
Aggregator for min operation.
|
static class |
DoubleSummaryAggregator.SumDoubleAggregator
Aggregator for sum operation.
|
Constructor and Description |
---|
DoubleSummaryAggregator() |
Modifier and Type | Method and Description |
---|---|
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, result
protected Aggregator<Double,Double> initMin()
initMin
in class NumericSummaryAggregator<Double>
protected Aggregator<Double,Double> initMax()
initMax
in class NumericSummaryAggregator<Double>
protected Aggregator<Double,Double> initSum()
initSum
in class NumericSummaryAggregator<Double>
protected boolean isNan(Double number)
isNan
in class NumericSummaryAggregator<Double>
protected boolean isInfinite(Double number)
isInfinite
in class NumericSummaryAggregator<Double>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.