@Internal @NotThreadSafe public interface StatsAccumulator
Modifier and Type | Field and Description |
---|---|
static double |
COMPRESSION |
static List<Integer> |
PERCENTILES |
Modifier and Type | Method and Description |
---|---|
void |
add(double value)
Register the next value.
|
Stats |
getStats()
Get a snapshot of statistics from values accumulated so far.
|
static final double COMPRESSION
void add(double value)
IllegalArgumentException
- for infinite value or NaNCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.