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 TypeMethodDescriptionvoid
MetricsContext.registerGauge
(String name, Gauge gauge) Registers an user providedGauge
which 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 TypeMethodDescriptionvoid
NullMetricsProvider.NullMetricsContext.registerGauge
(String name, Gauge gauge)