@Internal public class DoubleSummaryAggregator extends NumericSummaryAggregator<Double>
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleSummaryAggregator.MaxDoubleAggregator |
static class |
DoubleSummaryAggregator.MinDoubleAggregator |
static class |
DoubleSummaryAggregator.SumDoubleAggregator |
| 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, resultprotected 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–2016 The Apache Software Foundation. All rights reserved.