| Package | Description |
|---|---|
| org.apache.ignite.cluster |
Contains cluster-related classes.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.cluster | |
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.internal.processors.platform | |
| org.apache.ignite.mxbean |
Contains annotations for Dynamic MBeans.
|
| org.apache.ignite.spi.discovery |
Contains APIs for topology manager SPI.
|
| org.apache.ignite.spi.discovery.tcp.internal |
Contains internal implementation.
|
| org.apache.ignite.spi.discovery.tcp.messages |
Contains implementation messages.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterMetrics |
ClusterNode.metrics()
Gets metrics snapshot for this node.
|
ClusterMetrics |
ClusterGroup.metrics()
Gets a metrics snapshot for this cluster group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterLocalNodeMetricsMXBeanImpl
Local node metrics MBean.
|
class |
ClusterMetricsMXBeanImpl
Cluster metrics MBean.
|
class |
ClusterMetricsSnapshot
Implementation for
ClusterMetrics interface. |
| Modifier and Type | Method and Description |
|---|---|
static ClusterMetrics |
ClusterMetricsSnapshot.deserialize(byte[] data,
int off)
De-serializes node metrics.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ClusterMetricsSnapshot.serialize(byte[] data,
int off,
ClusterMetrics metrics)
Serializes node metrics into byte array.
|
static byte[] |
ClusterMetricsSnapshot.serialize(ClusterMetrics metrics)
Serializes node metrics into byte array.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterMetrics |
IgniteClusterAsyncImpl.metrics()
Gets a metrics snapshot for this cluster group.
|
ClusterMetrics |
ClusterGroupAdapter.metrics()
Gets a metrics snapshot for this cluster group.
|
ClusterMetrics |
DetachedClusterNode.metrics()
Gets metrics snapshot for this node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterMetricsImpl
Cluster metrics proxy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteClusterNode.setMetrics(ClusterMetrics metrics)
Sets node metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformContext.writeClusterMetrics(BinaryRawWriterEx writer,
@Nullable ClusterMetrics metrics)
Write cluster metrics.
|
void |
PlatformContextImpl.writeClusterMetrics(BinaryRawWriterEx writer,
@Nullable ClusterMetrics metrics)
Write cluster metrics.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterMetricsMXBean
Cluster metrics MBean.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterMetrics |
DiscoveryMetricsProvider.metrics()
This method always returns up-to-date metrics data about local node.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterMetrics |
TcpDiscoveryNode.metrics()
Gets metrics snapshot for this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryNode.setMetrics(ClusterMetrics metrics)
Sets node metrics.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterMetrics |
TcpDiscoveryClientMetricsUpdateMessage.metrics()
Gets metrics map.
|
ClusterMetrics |
TcpDiscoveryMetricsUpdateMessage.MetricsSet.metrics() |
| Modifier and Type | Method and Description |
|---|---|
Collection<T2<UUID,ClusterMetrics>> |
TcpDiscoveryMetricsUpdateMessage.MetricsSet.clientMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryMetricsUpdateMessage.setClientMetrics(UUID nodeId,
UUID clientNodeId,
ClusterMetrics metrics)
Sets metrics for a client node.
|
void |
TcpDiscoveryMetricsUpdateMessage.setMetrics(UUID nodeId,
ClusterMetrics metrics)
Sets metrics for particular node.
|
| Constructor and Description |
|---|
MetricsSet(ClusterMetrics metrics) |
TcpDiscoveryClientMetricsUpdateMessage(UUID creatorNodeId,
ClusterMetrics metrics)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020