Class InternalHDRPercentiles

All Implemented Interfaces:
Iterable<Percentile>, NamedWriteable, Writeable, Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.MultiValue, Percentiles, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public class InternalHDRPercentiles extends InternalNumericMetricsAggregation.MultiValue implements Percentiles
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • keys

      protected final double[] keys
    • state

      protected final org.HdrHistogram.DoubleHistogram state
    • keyed

      protected final boolean keyed
  • Constructor Details

  • Method Details