Interface HistogramStats

All Superinterfaces:
Counting, Stats
All Known Implementing Classes:
NoopStats, SimpleStats

@ProviderType public interface HistogramStats extends Stats, Counting
A metric which calculates the distribution of a value.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(long value)
    Adds a recorded value.

    Methods inherited from interface org.apache.jackrabbit.oak.stats.Counting

    getCount
  • Method Details

    • update

      void update(long value)
      Adds a recorded value.
      Parameters:
      value - the length of the value