public class PercentileAggregator extends Object implements AutoStopAggregator<Long>
| Constructor and Description |
|---|
PercentileAggregator(double percentile) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long value) |
static String |
getName(double percentile) |
Long |
getValue() |
public void add(long value)
add in interface AutoStopAggregator<Long>public Long getValue()
getValue in interface AutoStopAggregator<Long>public static String getName(double percentile)
Copyright © 2024. All rights reserved.