Uses of Enum
io.microraft.RaftNodeStatus
-
Uses of RaftNodeStatus in io.microraft
Modifier and TypeMethodDescriptionRaftNode.getStatus()
Returns the current status of this Raft node.static RaftNodeStatus
Returns the enum constant of this type with the specified name.static RaftNodeStatus[]
RaftNodeStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
RaftNodeStatus.isTerminal
(RaftNodeStatus status) Returns true if the given Raft node status is a terminal. -
Uses of RaftNodeStatus in io.microraft.report
Modifier and TypeMethodDescriptionRaftNodeReport.getStatus()
Returns the status of the Raft node.