Interface Percentiles

All Superinterfaces:
Aggregation, Iterable<Percentile>, NumericMetricsAggregation, NumericMetricsAggregation.MultiValue, ToXContent, ToXContentFragment
All Known Subinterfaces:
PercentilesBucket
All Known Implementing Classes:
InternalHDRPercentiles, InternalPercentilesBucket, InternalTDigestPercentiles, ParsedHDRPercentiles, ParsedPercentilesBucket, ParsedTDigestPercentiles

public interface Percentiles extends NumericMetricsAggregation.MultiValue, Iterable<Percentile>
An aggregation that computes approximate percentiles.
  • Field Details

  • Method Details

    • percentile

      double percentile(double percent)
      Return the value associated with the provided percentile.
    • percentileAsString

      String percentileAsString(double percent)
      Return the value associated with the provided percentile as a String.