Package | Description |
---|---|
com.hazelcast.internal.metrics |
Contains the Hazelcast Metrics.
|
com.hazelcast.internal.metrics.impl |
Contains the
MetricsRegistry implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
Gauge
A gauge metric is an instantaneous reading of a particular value: for example, the current size of the pending
operations queue.
|
Modifier and Type | Class and Description |
---|---|
class |
GaugeImpl<S>
Default
Metric implementation. |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.