Uses of Interface
io.atomix.primitive.partition.PartitionManagementService
Packages that use PartitionManagementService
Package
Description
Provides classes and interfaces for managing primitive partitions, partition groups, and member
groups.
Partition service/interface implementations.
Provides
PartitionGroup and Partition implementations for the Raft consensus protocol.-
Uses of PartitionManagementService in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition with parameters of type PartitionManagementServiceModifier and TypeMethodDescriptionManagedPartitionGroup.connect(PartitionManagementService managementService) Connects to the partition group.ManagedPartitionGroup.join(PartitionManagementService managementService) Joins the partition group. -
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 TypeMethodDescriptionRaftPartitionGroup.connect(PartitionManagementService managementService) protected RaftPartitionServerRaftPartition.createServer(PartitionManagementService managementService) Creates a Raft server.RaftPartitionGroup.join(PartitionManagementService managementService)