Uses of Interface
org.apache.zookeeper.metrics.Gauge
Packages that use Gauge
-
Uses of Gauge in org.apache.zookeeper.metrics
Methods in org.apache.zookeeper.metrics with parameters of type GaugeModifier and TypeMethodDescriptionvoidMetricsContext.registerGauge(String name, Gauge gauge) Registers an user providedGaugewhich will be called by the MetricsProvider in order to sample an integer value. -
Uses of Gauge in org.apache.zookeeper.metrics.impl
Methods in org.apache.zookeeper.metrics.impl with parameters of type GaugeModifier and TypeMethodDescriptionvoidNullMetricsProvider.NullMetricsContext.registerGauge(String name, Gauge gauge)