Uses of Class
io.atomix.raft.partition.RaftPartitionConfig
Packages that use RaftPartitionConfig
Package
Description
Provides classes and interfaces for managing Raft clients and servers.
Implementations of core Raft server interfaces.
Provides
PartitionGroup and Partition implementations for the Raft consensus protocol.-
Uses of RaftPartitionConfig in io.atomix.raft
Fields in io.atomix.raft declared as RaftPartitionConfigModifier and TypeFieldDescriptionprotected RaftPartitionConfigRaftServer.Builder.partitionConfigMethods in io.atomix.raft with parameters of type RaftPartitionConfigModifier and TypeMethodDescriptionRaftServer.Builder.withPartitionConfig(RaftPartitionConfig partitionConfig) -
Uses of RaftPartitionConfig in io.atomix.raft.impl
Constructors in io.atomix.raft.impl with parameters of type RaftPartitionConfigModifierConstructorDescriptionRaftContext(String name, int partitionId, MemberId localMemberId, ClusterMembershipService membershipService, RaftServerProtocol protocol, RaftStorage storage, RaftThreadContextFactory threadContextFactory, Supplier<Random> randomFactory, RaftElectionConfig electionConfig, RaftPartitionConfig partitionConfig) -
Uses of RaftPartitionConfig in io.atomix.raft.partition
Methods in io.atomix.raft.partition that return RaftPartitionConfigModifier and TypeMethodDescriptionRaftPartitionGroupConfig.getPartitionConfig()RaftPartitionConfig.setElectionTimeout(Duration electionTimeout) Sets the leader election timeout.RaftPartitionConfig.setHeartbeatInterval(Duration heartbeatInterval) Sets the heartbeat interval.Methods in io.atomix.raft.partition with parameters of type RaftPartitionConfigModifier and TypeMethodDescriptionRaftPartitionGroupConfig.setPartitionConfig(RaftPartitionConfig partitionConfig)