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
-
Method Details
-
getCount
long getCount()Returns the current count.- Returns:
- the current count
-