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 longgetCount()Returns the current count.
-