Uses of Interface
io.atomix.primitive.partition.ManagedPartitionGroup
Packages that use ManagedPartitionGroup
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 ManagedPartitionGroup in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return ManagedPartitionGroupModifier and TypeMethodDescriptionPartitionService.getPartitionGroup()Returns a partition group by name.PartitionGroup.Type.newPartitionGroup(C config) Creates a new partition group instance.Methods in io.atomix.primitive.partition that return types with arguments of type ManagedPartitionGroupModifier and TypeMethodDescriptionManagedPartitionGroup.connect(PartitionManagementService managementService) Connects to the partition group.ManagedPartitionGroup.join(PartitionManagementService managementService) Joins the partition group. -
Uses of ManagedPartitionGroup in io.atomix.primitive.partition.impl
Methods in io.atomix.primitive.partition.impl that return ManagedPartitionGroupConstructors in io.atomix.primitive.partition.impl with parameters of type ManagedPartitionGroupModifierConstructorDescriptionDefaultPartitionService(ClusterMembershipService membershipService, ClusterCommunicationService messagingService, ManagedPartitionGroup group) -
Uses of ManagedPartitionGroup in io.atomix.raft.partition
Classes in io.atomix.raft.partition that implement ManagedPartitionGroupMethods in io.atomix.raft.partition that return ManagedPartitionGroupModifier and TypeMethodDescriptionRaftPartitionGroup.Type.newPartitionGroup(RaftPartitionGroupConfig config) Methods in io.atomix.raft.partition that return types with arguments of type ManagedPartitionGroupModifier and TypeMethodDescriptionRaftPartitionGroup.connect(PartitionManagementService managementService) RaftPartitionGroup.join(PartitionManagementService managementService)