Package org.apache.jackrabbit.oak.stats
Interface HistogramStats
- All Known Implementing Classes:
NoopStats
,SimpleStats
A metric which calculates the distribution of a value.
-
Method Summary
-
Method Details
-
update
void update(long value) Adds a recorded value.- Parameters:
value
- the length of the value
-