Class AbstractHDRPercentilesAggregator

    • Field Detail

      • keys

        protected final double[] keys
      • states

        protected ObjectArray<org.HdrHistogram.DoubleHistogram> states
      • numberOfSignificantValueDigits

        protected final int numberOfSignificantValueDigits
      • keyed

        protected final boolean keyed
    • Constructor Detail

      • AbstractHDRPercentilesAggregator

        public AbstractHDRPercentilesAggregator​(java.lang.String name,
                                                ValuesSource.Numeric valuesSource,
                                                SearchContext context,
                                                Aggregator parent,
                                                double[] keys,
                                                int numberOfSignificantValueDigits,
                                                boolean keyed,
                                                DocValueFormat formatter,
                                                java.util.List<PipelineAggregator> pipelineAggregators,
                                                java.util.Map<java.lang.String,​java.lang.Object> metaData)
                                         throws java.io.IOException
        Throws:
        java.io.IOException