Uses of Enum Class
com.loomcache.server.consensus.RaftState
Packages that use RaftState
-
Uses of RaftState in com.loomcache.server.cluster
Methods in com.loomcache.server.cluster that return RaftStateModifier and TypeMethodDescriptionClusterHealthMonitor.NodeHealth.raftState()Returns the value of theraftStaterecord component.Constructors in com.loomcache.server.cluster with parameters of type RaftStateModifierConstructorDescriptionNodeHealth(String nodeId, ClusterHealthMonitor.HealthStatus status, long uptimeSeconds, long memoryUsedBytes, long memoryMaxBytes, double cpuLoadPercent, long totalKeys, RaftState raftState, long lastHeartbeatAgo) Creates an instance of aNodeHealthrecord class. -
Uses of RaftState in com.loomcache.server.consensus
Subclasses with type arguments of type RaftState in com.loomcache.server.consensusMethods in com.loomcache.server.consensus that return RaftStateModifier and TypeMethodDescriptionRaftNodeApi.getState()RaftHealthCheck.Status.role()Returns the value of therolerecord component.static RaftStateReturns the enum constant of this class with the specified name.static RaftState[]RaftState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.consensus with parameters of type RaftState