Uses of Enum
io.microraft.RaftNodeStatus
Packages that use RaftNodeStatus
-
Uses of RaftNodeStatus in io.microraft
Methods in io.microraft that return RaftNodeStatusModifier 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.Methods in io.microraft with parameters of type RaftNodeStatusModifier 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
Methods in io.microraft.report that return RaftNodeStatusModifier and TypeMethodDescriptionRaftNodeReport.getStatus()
Returns the status of the Raft node.