@Internal public class LongSummaryAggregator extends NumericSummaryAggregator<Long>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LongSummaryAggregator.MaxLongAggregator
Aggregator for max operation.
|
static class |
LongSummaryAggregator.MinLongAggregator
Aggregator for min operation.
|
| 构造器和说明 |
|---|
LongSummaryAggregator() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, resultprotected Aggregator<Long,Long> initMin()
initMin 在类中 NumericSummaryAggregator<Long>protected Aggregator<Long,Long> initMax()
initMax 在类中 NumericSummaryAggregator<Long>protected Aggregator<Long,Long> initSum()
initSum 在类中 NumericSummaryAggregator<Long>protected boolean isNan(Long number)
isNan 在类中 NumericSummaryAggregator<Long>protected boolean isInfinite(Long number)
isInfinite 在类中 NumericSummaryAggregator<Long>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.