Uses of Interface
org.apache.zookeeper.metrics.Gauge
- 
Packages that use Gauge Package Description org.apache.zookeeper.metrics org.apache.zookeeper.metrics.impl 
- 
- 
Uses of Gauge in org.apache.zookeeper.metricsMethods in org.apache.zookeeper.metrics with parameters of type Gauge Modifier and Type Method Description voidMetricsContext. 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.implMethods in org.apache.zookeeper.metrics.impl with parameters of type Gauge Modifier and Type Method Description voidNullMetricsProvider.NullMetricsContext. registerGauge(String name, Gauge gauge)
 
-