|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.hazelcast.internal.metrics | |
---|---|
com.hazelcast.internal.metrics | Contains the Hazelcast Metrics. |
com.hazelcast.internal.metrics.impl | Contains the MetricsRegistry implementation. |
com.hazelcast.internal.metrics.metricsets | Contains all kinds of metric packs. |
Classes in com.hazelcast.internal.metrics used by com.hazelcast.internal.metrics | |
---|---|
DoubleProbe
A function that provides a double value and can be used to create a metric using MetricsRegistry.register(Object, String, DoubleProbe) |
|
Gauge
A gauge metric is an instantaneous reading of a particular value. |
|
LongProbe
A function that provides a long value and can be used to create a metric using MetricsRegistry.register(Object, String, LongProbe) |
|
Metric
Each metric is uniquely identified using a name. |
Classes in com.hazelcast.internal.metrics used by com.hazelcast.internal.metrics.impl | |
---|---|
DoubleProbe
A function that provides a double value and can be used to create a metric using MetricsRegistry.register(Object, String, DoubleProbe) |
|
Gauge
A gauge metric is an instantaneous reading of a particular value. |
|
LongProbe
A function that provides a long value and can be used to create a metric using MetricsRegistry.register(Object, String, LongProbe) |
|
Metric
Each metric is uniquely identified using a name. |
|
MetricsRegistry
The MetricsRegistry is responsible for recording all kinds of Hazelcast/JVM specific information to help out with all kinds of issues. |
Classes in com.hazelcast.internal.metrics used by com.hazelcast.internal.metrics.metricsets | |
---|---|
MetricsRegistry
The MetricsRegistry is responsible for recording all kinds of Hazelcast/JVM specific information to help out with all kinds of issues. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |