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.
|
getName
forEach, iterator, spliterator
double percentile(double percent)
String percentileAsString(double percent)
Copyright © 2009–2015. All rights reserved.