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