Package org.apache.jackrabbit.oak.stats
Interface GaugeStats<T>
-
- All Superinterfaces:
Stats
- All Known Implementing Classes:
GaugeImpl,SimpleStats
@ProviderType public interface GaugeStats<T> extends Stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue()Returns the metric's current value.
-
-
-
Method Detail
-
getValue
T getValue()
Returns the metric's current value.- Returns:
- the metric's current value
-
-