Package org.apache.jackrabbit.oak.stats
Interface MeterStats
-
- All Known Implementing Classes:
NoopStats
,SimpleStats
@ProviderType public interface MeterStats extends Stats, Counting
-
-
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.
-