public interface Percentiles extends NumericMetricsAggregation.MultiValue, Iterable<Percentile>
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValue| Modifier and Type | Method and Description |
|---|---|
double |
percentile(double percent)
Return the value associated with the provided percentile.
|
String |
percentileAsString(double percent)
Return the value associated with the provided percentile as a String.
|
getNameforEach, iterator, spliteratordouble percentile(double percent)
String percentileAsString(double percent)
Copyright © 2009–2016. All rights reserved.