Interface Meter
- All Superinterfaces:
Metric
- All Known Implementing Classes:
NoopMeter
A metric which measure the rate at which some operation is invoked.
-
Method Summary
-
Method Details
-
mark
void mark()Records one occurrence. -
mark
void mark(long events) Recordseventsoccurrences.- Parameters:
events- Number of occurrences to record.
-