Uses of Interface
org.apache.zookeeper.metrics.GaugeSet
Packages that use GaugeSet
-
Uses of GaugeSet in org.apache.zookeeper.metrics
Methods in org.apache.zookeeper.metrics with parameters of type GaugeSetModifier and TypeMethodDescriptionvoid
MetricsContext.registerGaugeSet
(String name, GaugeSet gaugeSet) Registers a user providedGaugeSet
which will be called by the MetricsProvider in order to sample number values. -
Uses of GaugeSet in org.apache.zookeeper.metrics.impl
Methods in org.apache.zookeeper.metrics.impl with parameters of type GaugeSetModifier and TypeMethodDescriptionvoid
NullMetricsProvider.NullMetricsContext.registerGaugeSet
(String name, GaugeSet gaugeSet)