Uses of Record Class
com.loomcache.server.cluster.ClusterHealthMonitor.NodeHealth
Packages that use ClusterHealthMonitor.NodeHealth
-
Uses of ClusterHealthMonitor.NodeHealth in com.loomcache.server.cluster
Methods in com.loomcache.server.cluster that return ClusterHealthMonitor.NodeHealthModifier and TypeMethodDescriptionClusterHealthMonitor.computeAndUpdateNodeHealth()Recompute and return this node's health (for testing/immediate updates).ClusterHealthMonitor.getNodeHealth()Get this node's current health status.Methods in com.loomcache.server.cluster that return types with arguments of type ClusterHealthMonitor.NodeHealthModifier and TypeMethodDescriptionClusterHealthMonitor.ClusterHealth.nodes()Returns the value of thenodesrecord component.Methods in com.loomcache.server.cluster with parameters of type ClusterHealthMonitor.NodeHealthModifier and TypeMethodDescriptionvoidClusterHealthMonitor.HealthStateChangeListener.onHealthStateChanged(ClusterHealthMonitor.NodeHealth newHealth) Called when a node's health state changes.voidClusterHealthMonitor.updateRemoteNodeHealth(ClusterHealthMonitor.NodeHealth nodeHealth) Update health information for a remote node.Constructor parameters in com.loomcache.server.cluster with type arguments of type ClusterHealthMonitor.NodeHealthModifierConstructorDescriptionClusterHealth(ClusterHealthMonitor.HealthStatus overallStatus, Map<String, ClusterHealthMonitor.NodeHealth> nodes, boolean quorumReached, @Nullable String leaderNodeId, int partitionCount, long replicationLag) Creates an instance of aClusterHealthrecord class.