Uses of Interface
io.atomix.primitive.partition.PartitionGroup
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
-
Uses of PartitionGroup in io.atomix.primitive.partition
Subinterfaces of PartitionGroup in io.atomix.primitive.partition Modifier and Type Interface Description interfaceManagedPartitionGroupManaged partition group.Methods in io.atomix.primitive.partition that return PartitionGroup Modifier and Type Method Description default PartitionGroupPartitionService. getPartitionGroup(PrimitiveProtocol.Type type)Returns the first partition group that matches the given primitive type.default PartitionGroupPartitionService. getPartitionGroup(ProxyProtocol protocol)Returns the first partition group that matches the given primitive protocol.PartitionGroupPartitionService. getPartitionGroup(String name)Returns a partition group by name.PartitionGroupPartitionService. getSystemPartitionGroup()Returns the system partition group.Methods in io.atomix.primitive.partition that return types with arguments of type PartitionGroup Modifier and Type Method Description Collection<PartitionGroup>PartitionService. getPartitionGroups()Returns a collection of all partition groups.