Uses of Interface
io.atomix.primitive.partition.PartitionManagementService
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
-
Uses of PartitionManagementService in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition with parameters of type PartitionManagementService Modifier and Type Method Description CompletableFuture<ManagedPartitionGroup>ManagedPartitionGroup. connect(PartitionManagementService managementService)Connects to the partition group.CompletableFuture<ManagedPartitionGroup>ManagedPartitionGroup. join(PartitionManagementService managementService)Joins the partition group.