Uses of Interface
org.apache.sling.commons.metrics.Gauge
-
-
Uses of Gauge in org.apache.sling.commons.metrics
Methods in org.apache.sling.commons.metrics that return Gauge Modifier and Type Method Description <T> Gauge<T>MetricsService. gauge(String name, Supplier<T> supplier)Creates a newGaugeand registers it under the given name.
-