Class LongStatsAggregatorLowQuantile

  • All Implemented Interfaces:
    java.util.function.LongConsumer

    public class LongStatsAggregatorLowQuantile
    extends LongStatsAggregator
    Extend the LongStatsAggregator class to only track low quantile points. The statistics are summarised in a LongStatsLowQuantile object and the statistics are reset.
    • Constructor Detail

      • LongStatsAggregatorLowQuantile

        public LongStatsAggregatorLowQuantile​(double epsilon,
                                              int compactSize)