Package org.apache.sling.commons.metrics
Interface Meter
A meter metric which measures mean throughput
-
Method Summary
-
Method Details
-
mark
void mark()Mark the occurrence of an event. -
mark
void mark(long n) Mark the occurrence of a given number of events.- Parameters:
n
- the number of events
-