@Internal public class IntegerSummaryAggregator extends NumericSummaryAggregator<Integer>
Modifier and Type | Class and Description |
---|---|
static class |
IntegerSummaryAggregator.MaxIntegerAggregator
Aggregator for max operation.
|
static class |
IntegerSummaryAggregator.MinIntegerAggregator
Aggregator for min operation.
|
static class |
IntegerSummaryAggregator.SumIntegerAggregator
Aggregator for sum operation.
|
Constructor and Description |
---|
IntegerSummaryAggregator() |
Modifier and Type | Method and Description |
---|---|
protected Aggregator<Integer,Integer> |
initMax() |
protected Aggregator<Integer,Integer> |
initMin() |
protected Aggregator<Integer,Integer> |
initSum() |
protected boolean |
isInfinite(Integer number) |
protected boolean |
isNan(Integer number) |
aggregate, combine, result
protected Aggregator<Integer,Integer> initMin()
initMin
in class NumericSummaryAggregator<Integer>
protected Aggregator<Integer,Integer> initMax()
initMax
in class NumericSummaryAggregator<Integer>
protected Aggregator<Integer,Integer> initSum()
initSum
in class NumericSummaryAggregator<Integer>
protected boolean isNan(Integer number)
isNan
in class NumericSummaryAggregator<Integer>
protected boolean isInfinite(Integer number)
isInfinite
in class NumericSummaryAggregator<Integer>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.