@Internal @Immutable public interface Stats
Modifier and Type | Method and Description |
---|---|
double |
getAverage()
Average of accumulated values.
|
long |
getCount()
Number of accumulated values.
|
double |
getMax()
Maximum from accumulated values.
|
double |
getMin()
Minimum from accumulated values.
|
Map<Integer,Double> |
getPercentiles()
Returns an unmodifiable map, that contains percentiles and corresponding values of accumulated data.
|
double |
getStdDeviation()
Returns standard deviation of accumulated values.
|
long getCount()
double getMin()
double getMax()
double getAverage()
double getStdDeviation()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.