public interface PercentileRanks extends NumericMetricsAggregation.MultiValue, java.lang.Iterable<Percentile>
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueAggregation.CommonFields| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_NAME |
TYPED_KEYS_DELIMITER| Modifier and Type | Method and Description |
|---|---|
double |
percent(double value)
Return the percentile for the given value.
|
java.lang.String |
percentAsString(double value)
Return the percentile for the given value as a String.
|
getMetaData, getNamestatic final java.lang.String TYPE_NAME