Uses of Class
io.atomix.raft.roles.InactiveRole
Packages that use InactiveRole
Package
Description
Provides classes for role-based management of leader election and replication in the Raft
consensus protocol.
-
Uses of InactiveRole in io.atomix.raft.roles
Subclasses of InactiveRole in io.atomix.raft.rolesModifier and TypeClassDescriptionclassAbstract active state.final classCandidate state.final classFollower state.final classLeader state.classPassive state.classPromotable role.