Uses of Interface
io.atomix.primitive.partition.PartitionManagementService
Packages that use PartitionManagementService
Package
Description
Partition service/interface implementations.
Provides
io.atomix.primitive.partition.PartitionGroup and 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 TypeMethodDescriptionprotected RaftPartitionServerRaftPartition.createServer(PartitionManagementService managementService) Creates a Raft server.RaftPartition.open(PartitionManagementService managementService) Opens the partition.