JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum
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
RaftRole
RaftRole.
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
RaftRole
RaftNodeReport.
getRole
()
Returns the role of the Raft node in the current term.