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