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 |
DoubleGauge
A DoubleGauge is {link Gauge} where a particular double value is read instantaneous.
|
interface |
LongGauge
A LongGauge is
Gauge where a particular long value is read instantaneous. |
Modifier and Type | Method and Description |
---|---|
Gauge |
MetricsRegistry.newGauge(String name)
Creates a
Gauge for a given metric name. |
Modifier and Type | Method and Description |
---|---|
Gauge |
MetricsRegistryImpl.newGauge(String name) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.