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.clusterMethods in org.apache.ignite.cluster that return ClusterMetrics Modifier and Type Method Description ClusterMetricsClusterGroup. metrics()Gets a metrics snapshot for this cluster group.ClusterMetricsClusterNode. metrics()Gets metrics snapshot for this node.
- 
Uses of ClusterMetrics in org.apache.ignite.mxbeanSubinterfaces of ClusterMetrics in org.apache.ignite.mxbean Modifier and Type Interface Description interfaceClusterMetricsMXBeanCluster metrics MBean.
- 
Uses of ClusterMetrics in org.apache.ignite.spi.discoveryMethods in org.apache.ignite.spi.discovery that return ClusterMetrics Modifier and Type Method Description ClusterMetricsDiscoveryMetricsProvider. metrics()This method always returns up-to-date metrics data about local node.
- 
Uses of ClusterMetrics in org.apache.ignite.spi.discovery.isolatedMethods in org.apache.ignite.spi.discovery.isolated that return ClusterMetrics Modifier and Type Method Description ClusterMetricsIsolatedNode. 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 voidIsolatedNode. setMetrics(ClusterMetrics metrics)Sets node metrics.
 
-