Uses of Class
io.microraft.RaftRole
-
Packages that use RaftRole Package Description io.microraft io.microraft.report -
-
Uses of RaftRole in io.microraft
Methods in io.microraft that return RaftRole Modifier and Type Method Description static RaftRoleRaftRole. valueOf(String name)Returns the enum constant of this type with the specified name.static RaftRole[]RaftRole. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RaftRole in io.microraft.report
Methods in io.microraft.report that return RaftRole Modifier and Type Method Description RaftRoleRaftNodeReport. getRole()Returns the role of the Raft node in the current term.
-