Interface Percentiles
- All Superinterfaces:
- Aggregation,- Iterable<Percentile>,- NumericMetricsAggregation,- NumericMetricsAggregation.MultiValue,- org.elasticsearch.common.xcontent.ToXContent,- org.elasticsearch.common.xcontent.ToXContentFragment
- All Known Subinterfaces:
- PercentilesBucket
- All Known Implementing Classes:
- InternalHDRPercentiles,- InternalPercentilesBucket,- InternalTDigestPercentiles,- ParsedHDRPercentiles,- ParsedPercentilesBucket,- ParsedTDigestPercentiles
An aggregation that computes approximate percentiles.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.AggregationAggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregationNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContentorg.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
- 
Field SummaryFieldsFields inherited from interface org.elasticsearch.search.aggregations.AggregationTYPED_KEYS_DELIMITERFields inherited from interface org.elasticsearch.common.xcontent.ToXContentEMPTY_PARAMS
- 
Method SummaryModifier and TypeMethodDescriptiondoublepercentile(double percent)Return the value associated with the provided percentile.percentileAsString(double percent)Return the value associated with the provided percentile as a String.Methods inherited from interface org.elasticsearch.search.aggregations.AggregationgetMetadata, getName, getTypeMethods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.MultiValuevalue, valueNamesMethods inherited from interface org.elasticsearch.common.xcontent.ToXContenttoXContentMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragmentisFragment
- 
Field Details- 
TYPE_NAME- See Also:
- Constant Field Values
 
 
- 
- 
Method Details- 
percentiledouble percentile(double percent)Return the value associated with the provided percentile.
- 
percentileAsStringReturn the value associated with the provided percentile as a String.
 
-