Class StatsAccumulatorImpl

    • Constructor Detail

      • StatsAccumulatorImpl

        public StatsAccumulatorImpl()
    • Method Detail

      • getStats

        @Nullable
        public Stats getStats()
        Description copied from interface: StatsAccumulator
        Get a snapshot of statistics from values accumulated so far. Returns null if no statistics have been collected. Note that provided percentiles are only an estimation.
        Specified by:
        getStats in interface StatsAccumulator