Uses of Interface
org.apache.ignite.cluster.ClusterMetrics
-
Packages that use ClusterMetrics Package Description org.apache.ignite.cluster Contains cluster-related classes.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.isolated Contains implementation of special "isolated" mode for single-node cluster. -
-
Uses of ClusterMetrics in org.apache.ignite.cluster
Methods in org.apache.ignite.cluster that return ClusterMetrics Modifier and Type Method Description ClusterMetrics
ClusterGroup. metrics()
Gets a metrics snapshot for this cluster group.ClusterMetrics
ClusterNode. metrics()
Gets metrics snapshot for this node. -
Uses of ClusterMetrics in org.apache.ignite.mxbean
Subinterfaces of ClusterMetrics in org.apache.ignite.mxbean Modifier and Type Interface Description interface
ClusterMetricsMXBean
Cluster metrics MBean. -
Uses of ClusterMetrics in org.apache.ignite.spi.discovery
Methods in org.apache.ignite.spi.discovery that return ClusterMetrics Modifier and Type Method Description ClusterMetrics
DiscoveryMetricsProvider. metrics()
This method always returns up-to-date metrics data about local node. -
Uses of ClusterMetrics in org.apache.ignite.spi.discovery.isolated
Methods in org.apache.ignite.spi.discovery.isolated that return ClusterMetrics Modifier and Type Method Description ClusterMetrics
IsolatedNode. metrics()
Gets metrics snapshot for this node.Methods in org.apache.ignite.spi.discovery.isolated with parameters of type ClusterMetrics Modifier and Type Method Description void
IsolatedNode. setMetrics(ClusterMetrics metrics)
Sets node metrics.
-