Uses of Class
io.atomix.raft.partition.RaftPartition
Packages that use RaftPartition
Package
Description
Provides
and
invalid reference
io.atomix.primitive.partition.PartitionGroup
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 types with arguments of type RaftPartitionModifier and TypeMethodDescriptionRaftPartition.bootstrap(PartitionManagementService managementService, ReceivableSnapshotStore snapshotStore) Bootstraps a partition.RaftPartition.join(PartitionManagementService managementService, ReceivableSnapshotStore snapshotStore) RaftPartition.leave() -
Uses of RaftPartition in io.atomix.raft.partition.impl
Constructors in io.atomix.raft.partition.impl with parameters of type RaftPartitionModifierConstructorDescriptionRaftPartitionServer(RaftPartition partition, RaftPartitionConfig config, MemberId localMemberId, ClusterMembershipService membershipService, ClusterCommunicationService clusterCommunicator, ReceivableSnapshotStore persistedSnapshotStore, PartitionMetadata partitionMetadata, io.micrometer.core.instrument.MeterRegistry meterRegistry)