Interface Percentiles

All Superinterfaces:
Aggregation, java.lang.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, java.lang.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

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