Package org.apache.jackrabbit.oak.stats
Interface HistogramStats
-
- All Known Implementing Classes:
NoopStats,SimpleStats
@ProviderType public interface HistogramStats extends Stats, Counting
A metric which calculates the distribution of a value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(long value)Adds a recorded value.
-