Uses of Interface
io.atomix.primitive.partition.PartitionManagementService
Packages that use PartitionManagementService
Package
Description
Partition service/interface implementations.
Provides
and
invalid reference
io.atomix.primitive.partition.PartitionGroup
Partition implementations for the Raft consensus protocol.-
Uses of PartitionManagementService in io.atomix.primitive.partition.impl
Classes in io.atomix.primitive.partition.impl that implement PartitionManagementServiceModifier and TypeClassDescriptionclassDefault partition management service. -
Uses of PartitionManagementService in io.atomix.raft.partition
Methods in io.atomix.raft.partition with parameters of type PartitionManagementServiceModifier and TypeMethodDescriptionRaftPartition.bootstrap(PartitionManagementService managementService, ReceivableSnapshotStore snapshotStore) Bootstraps a partition.RaftPartition.join(PartitionManagementService managementService, ReceivableSnapshotStore snapshotStore)