Uses of Interface
com.hazelcast.internal.metrics.Metric

Packages that use Metric
com.hazelcast.internal.metrics Contains the Hazelcast Metrics. 
com.hazelcast.internal.metrics.impl Contains the MetricsRegistry implementation. 
 

Uses of Metric in com.hazelcast.internal.metrics
 

Subinterfaces of Metric in com.hazelcast.internal.metrics
 interface Gauge
          A gauge metric is an instantaneous reading of a particular value.
 

Uses of Metric in com.hazelcast.internal.metrics.impl
 

Classes in com.hazelcast.internal.metrics.impl that implement Metric
 class GaugeImpl<S>
          Default Metric implementation.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.