Uses of Interface
io.atomix.raft.ElectionTimerFactory
Packages that use ElectionTimerFactory
Package
Description
Provides classes for role-based management of leader election and replication in the Raft
consensus protocol.
-
Uses of ElectionTimerFactory in io.atomix.raft.roles
Constructors in io.atomix.raft.roles with parameters of type ElectionTimerFactoryModifierConstructorDescriptionFollowerRole(RaftContext context, ElectionTimerFactory electionTimerFactory)