Uses of Class
io.atomix.raft.partition.RaftPartition
Packages that use RaftPartition
Package
Description
Provides
PartitionGroup and Partition implementations for the Raft consensus protocol.Raft partition management utilities.
-
Uses of RaftPartition in io.atomix.raft.partition
Methods in io.atomix.raft.partition that return RaftPartitionModifier and TypeMethodDescriptionRaftPartitionGroup.getPartition(int partitionId) RaftPartitionGroup.getPartition(PartitionId partitionId) -
Uses of RaftPartition in io.atomix.raft.partition.impl
Constructors in io.atomix.raft.partition.impl with parameters of type RaftPartitionModifierConstructorDescriptionRaftPartitionServer(RaftPartition partition, RaftPartitionGroupConfig config, MemberId localMemberId, ClusterMembershipService membershipService, ClusterCommunicationService clusterCommunicator, PartitionMetadata partitionMetadata)