public class StatsBuckets extends Object
| Constructor and Description |
|---|
StatsBuckets(List<Long> boundaries) |
StatsBuckets(long... boundaries) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(StatsBuckets other) |
void |
addValue(long value) |
double |
getAvg() |
long[] |
getBuckets() |
long |
getCount() |
long |
getSum() |
void |
refresh() |
public void addAll(StatsBuckets other)
public void addValue(long value)
public void refresh()
public long[] getBuckets()
public long getCount()
public long getSum()
public double getAvg()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.