Package org.apache.sling.commons.metrics
Interface Histogram
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
-