Package org.apache.sling.commons.metrics
Interface Histogram
-
@ProviderType public interface Histogram extends Counting, Metric
A metric which calculates the distribution of a value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(long value)
Adds a recorded value.
-