Uses of Class
io.atomix.raft.impl.RaftContext
Packages that use RaftContext
Package
Description
Provides classes and interfaces for managing Raft clients and servers.
Implementations of Raft cluster management interfaces.
Implementations of core Raft server interfaces.
Provides classes for role-based management of leader election and replication in the Raft
consensus protocol.
-
Uses of RaftContext in io.atomix.raft
Methods in io.atomix.raft that return RaftContext -
Uses of RaftContext in io.atomix.raft.cluster.impl
Methods in io.atomix.raft.cluster.impl that return RaftContextConstructors in io.atomix.raft.cluster.impl with parameters of type RaftContext -
Uses of RaftContext in io.atomix.raft.impl
Fields in io.atomix.raft.impl declared as RaftContextMethods in io.atomix.raft.impl that return RaftContextConstructors in io.atomix.raft.impl with parameters of type RaftContextModifierConstructorDescriptionDefaultRaftServer(RaftContext context) ReconfigurationHelper(RaftContext raftContext) -
Uses of RaftContext in io.atomix.raft.roles
Fields in io.atomix.raft.roles declared as RaftContextConstructors in io.atomix.raft.roles with parameters of type RaftContextModifierConstructorDescriptionprotectedAbstractRole(RaftContext raft) protectedActiveRole(RaftContext context) CandidateRole(RaftContext context) FollowerRole(RaftContext context, ElectionTimerFactory electionTimerFactory) InactiveRole(RaftContext context) LeaderRole(RaftContext context) PassiveRole(RaftContext context) PromotableRole(RaftContext context)