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
and
invalid reference
io.atomix.primitive.partition.PartitionGroup
Partition implementations for the Raft consensus protocol.Raft partition management utilities.
-
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 TypeMethodDescriptionRaftPartition.getPartitionConfig()RaftPartitionConfig.setElectionTimeout(Duration electionTimeout) Sets the leader election timeout.RaftPartitionConfig.setHeartbeatInterval(Duration heartbeatInterval) Sets the heartbeat interval.Constructors in io.atomix.raft.partition with parameters of type RaftPartitionConfigModifierConstructorDescriptionRaftPartition(PartitionMetadata partitionMetadata, RaftPartitionConfig config, File dataDirectory) -
Uses of RaftPartitionConfig in io.atomix.raft.partition.impl
Constructors in io.atomix.raft.partition.impl with parameters of type RaftPartitionConfigModifierConstructorDescriptionRaftPartitionServer(RaftPartition partition, RaftPartitionConfig config, MemberId localMemberId, ClusterMembershipService membershipService, ClusterCommunicationService clusterCommunicator, ReceivableSnapshotStore persistedSnapshotStore, PartitionMetadata partitionMetadata)