@Contract
public interface Average
extends org.glassfish.external.statistics.RangeStatistic
| Modifier and Type | Method and Description |
|---|---|
void |
addDataPoint(long value) |
double |
getAverage() |
long |
getMax() |
long |
getMin() |
long |
getSize() |
long |
getTotal() |
void |
setReset() |
Copyright © 2019. All rights reserved.