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 TypeMethodDescriptionvoidMetricsContext.registerGaugeSet(String name, GaugeSet gaugeSet) Registers a user providedGaugeSetwhich 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 TypeMethodDescriptionvoidNullMetricsProvider.NullMetricsContext.registerGaugeSet(String name, GaugeSet gaugeSet)