| 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.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 |
ClusterGroup.metrics()
Gets a metrics snapshot for this cluster group.
|
ClusterMetrics |
ClusterNode.metrics()
Gets metrics snapshot for this node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterLocalNodeMetricsMXBeanImpl
Local node 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterLocalNodeMetricsMXBean
MBean for local node metrics.
|
| 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 |
TcpDiscoveryClientHeartbeatMessage.metrics()
Gets metrics map.
|
ClusterMetrics |
TcpDiscoveryHeartbeatMessage.MetricsSet.metrics() |
| Modifier and Type | Method and Description |
|---|---|
Collection<T2<UUID,ClusterMetrics>> |
TcpDiscoveryHeartbeatMessage.MetricsSet.clientMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryHeartbeatMessage.setClientMetrics(UUID nodeId,
UUID clientNodeId,
ClusterMetrics metrics)
Sets metrics for a client node.
|
void |
TcpDiscoveryHeartbeatMessage.setMetrics(UUID nodeId,
ClusterMetrics metrics)
Sets metrics for particular node.
|
| Constructor and Description |
|---|
TcpDiscoveryClientHeartbeatMessage(UUID creatorNodeId,
ClusterMetrics metrics)
Constructor.
|
TcpDiscoveryHeartbeatMessage.MetricsSet(ClusterMetrics metrics) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015