Interface StatsAccumulator

  • All Known Implementing Classes:
    StatsAccumulatorImpl

    @Internal
    @NotThreadSafe
    public interface StatsAccumulator
    Accumulates values to calculate their statistics.
    • Method Detail

      • getStats

        @Nullable
        Stats getStats()
        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.