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.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.isolated Contains implementation of special "isolated" mode for single-node cluster.org.apache.ignite.spi.discovery.tcp.internal Contains internal implementation.org.apache.ignite.spi.discovery.tcp.messages Contains implementation messages. -
-
Uses of ClusterMetrics in org.apache.ignite.cluster
Methods 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.internal
Classes in org.apache.ignite.internal that implement ClusterMetrics Modifier and Type Class Description classClusterLocalNodeMetricsMXBeanImplLocal node metrics MBean.classClusterMetricsMXBeanImplCluster metrics MBean.classClusterMetricsSnapshotImplementation forClusterMetricsinterface.Methods in org.apache.ignite.internal that return ClusterMetrics Modifier and Type Method Description static ClusterMetricsClusterMetricsSnapshot. deserialize(byte[] data, int off)De-serializes node metrics.Methods in org.apache.ignite.internal with parameters of type ClusterMetrics Modifier and Type Method Description static intClusterMetricsSnapshot. 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. -
Uses of ClusterMetrics in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster that return ClusterMetrics Modifier and Type Method Description ClusterMetricsClusterGroupAdapter. metrics()Gets a metrics snapshot for this cluster group.ClusterMetricsDetachedClusterNode. metrics()Gets metrics snapshot for this node.ClusterMetricsIgniteClusterAsyncImpl. metrics()Gets a metrics snapshot for this cluster group. -
Uses of ClusterMetrics in org.apache.ignite.internal.managers.discovery
Classes in org.apache.ignite.internal.managers.discovery that implement ClusterMetrics Modifier and Type Class Description classClusterMetricsImplCluster metrics proxy.Methods in org.apache.ignite.internal.managers.discovery with parameters of type ClusterMetrics Modifier and Type Method Description voidIgniteClusterNode. setMetrics(ClusterMetrics metrics)Sets node metrics. -
Uses of ClusterMetrics in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform with parameters of type ClusterMetrics Modifier and Type Method Description voidPlatformContext. writeClusterMetrics(BinaryRawWriterEx writer, @Nullable ClusterMetrics metrics)Write cluster metrics.voidPlatformContextImpl. writeClusterMetrics(BinaryRawWriterEx writer, @Nullable ClusterMetrics metrics)Write cluster metrics. -
Uses of ClusterMetrics in org.apache.ignite.mxbean
Subinterfaces of ClusterMetrics in org.apache.ignite.mxbean Modifier and Type Interface Description interfaceClusterMetricsMXBeanCluster 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 ClusterMetricsDiscoveryMetricsProvider. 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 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. -
Uses of ClusterMetrics in org.apache.ignite.spi.discovery.tcp.internal
Methods in org.apache.ignite.spi.discovery.tcp.internal that return ClusterMetrics Modifier and Type Method Description ClusterMetricsTcpDiscoveryNode. metrics()Gets metrics snapshot for this node.Methods in org.apache.ignite.spi.discovery.tcp.internal with parameters of type ClusterMetrics Modifier and Type Method Description voidTcpDiscoveryNode. setMetrics(ClusterMetrics metrics)Sets node metrics. -
Uses of ClusterMetrics in org.apache.ignite.spi.discovery.tcp.messages
Methods in org.apache.ignite.spi.discovery.tcp.messages that return ClusterMetrics Modifier and Type Method Description ClusterMetricsTcpDiscoveryClientMetricsUpdateMessage. metrics()Gets metrics map.ClusterMetricsTcpDiscoveryMetricsUpdateMessage.MetricsSet. metrics()Methods in org.apache.ignite.spi.discovery.tcp.messages that return types with arguments of type ClusterMetrics Modifier and Type Method Description Collection<T2<UUID,ClusterMetrics>>TcpDiscoveryMetricsUpdateMessage.MetricsSet. clientMetrics()Methods in org.apache.ignite.spi.discovery.tcp.messages with parameters of type ClusterMetrics Modifier and Type Method Description voidTcpDiscoveryMetricsUpdateMessage. setClientMetrics(UUID nodeId, UUID clientNodeId, ClusterMetrics metrics)Sets metrics for a client node.voidTcpDiscoveryMetricsUpdateMessage. setMetrics(UUID nodeId, ClusterMetrics metrics)Sets metrics for particular node.Constructors in org.apache.ignite.spi.discovery.tcp.messages with parameters of type ClusterMetrics Constructor Description MetricsSet(ClusterMetrics metrics)TcpDiscoveryClientMetricsUpdateMessage(UUID creatorNodeId, ClusterMetrics metrics)Constructor.
-