Package org.apache.sling.commons.metrics
Interface Meter
-
@ProviderType public interface Meter extends Counting, Metric
A meter metric which measures mean throughput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mark()
Mark the occurrence of an event.void
mark(long n)
Mark the occurrence of a given number of events.
-