java.lang.Iterable<Percentile>, ToXContent, ToXContentFragment, Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.MultiValue, PercentileRanksParsedHDRPercentileRanks, ParsedTDigestPercentileRankspublic abstract class ParsedPercentileRanks extends ParsedPercentiles implements PercentileRanks
Aggregation.CommonFieldsNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsTYPED_KEYS_DELIMITERmetadatapercentiles, percentilesAsStringTYPE_NAMEEMPTY_PARAMS| Constructor | Description |
|---|---|
ParsedPercentileRanks() |
| Modifier and Type | Method | 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, getName, getTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeclareAggregationFields, getMetaData, getName, parseDouble, setName, toXContentdeclarePercentilesFields, doXContentBody, getPercentile, getPercentileAsString, iteratortoXContentisFragmentpublic double percent(double value)
PercentileRankspercent in interface PercentileRankspublic java.lang.String percentAsString(double value)
PercentileRankspercentAsString in interface PercentileRanks