Package org.apache.jackrabbit.oak.stats
Interface Counting
-
- All Known Subinterfaces:
CounterStats
,HistogramStats
,MeterStats
,TimerStats
- All Known Implementing Classes:
NoopStats
,SimpleStats
public interface Counting
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCount()
Returns the current count.
-