Uses of Class
io.atomix.raft.partition.RaftElectionConfig
Packages that use RaftElectionConfig
Package
Description
Provides classes and interfaces for managing Raft clients and servers.
Implementations of core Raft server interfaces.
Provides
and
invalid reference
io.atomix.primitive.partition.PartitionGroup
Partition implementations for the Raft consensus protocol.-
Uses of RaftElectionConfig in io.atomix.raft
Fields in io.atomix.raft declared as RaftElectionConfigMethods in io.atomix.raft with parameters of type RaftElectionConfigModifier and TypeMethodDescriptionRaftServer.Builder.withElectionConfig(RaftElectionConfig electionConfig) -
Uses of RaftElectionConfig in io.atomix.raft.impl
Constructors in io.atomix.raft.impl with parameters of type RaftElectionConfigModifierConstructorDescriptionRaftContext(String name, int partitionId, MemberId localMemberId, ClusterMembershipService membershipService, RaftServerProtocol protocol, RaftStorage storage, RaftThreadContextFactory threadContextFactory, Supplier<Random> randomFactory, RaftElectionConfig electionConfig, RaftPartitionConfig partitionConfig) -
Uses of RaftElectionConfig in io.atomix.raft.partition
Methods in io.atomix.raft.partition that return RaftElectionConfigModifier and TypeMethodDescriptionstatic RaftElectionConfigRaftElectionConfig.ofDefaultElection()static RaftElectionConfigRaftElectionConfig.ofPriorityElection(int initialTargetPriority, int nodePriority)