Uses of Class
io.microraft.RaftNodeStatus
-
Packages that use RaftNodeStatus Package Description io.microraft io.microraft.report -
-
Uses of RaftNodeStatus in io.microraft
Methods in io.microraft that return RaftNodeStatus Modifier and Type Method Description RaftNodeStatus
RaftNode. getStatus()
Returns the current status of this Raft node.static RaftNodeStatus
RaftNodeStatus. valueOf(String name)
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 RaftNodeStatus Modifier and Type Method Description static 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 RaftNodeStatus Modifier and Type Method Description RaftNodeStatus
RaftNodeReport. getStatus()
Returns the status of the Raft node.
-