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