public abstract class ParsedPercentileRanks extends ParsedPercentiles implements PercentileRanks
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Paramspercentiles, percentilesAsStringmetadataTYPE_NAMETYPED_KEYS_DELIMITEREMPTY_PARAMS| Constructor and Description |
|---|
ParsedPercentileRanks() |
| 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.
|
declarePercentilesFields, doXContentBody, getPercentile, getPercentileAsString, iteratordeclareAggregationFields, getMetaData, getName, parseDouble, setName, toXContentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetaData, getName, getTypeisFragmenttoXContentpublic double percent(double value)
PercentileRankspercent in interface PercentileRankspublic java.lang.String percentAsString(double value)
PercentileRankspercentAsString in interface PercentileRanks