Uses of Interface
io.atomix.primitive.partition.PartitionGroup.Type
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
-
Uses of PartitionGroup.Type in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return PartitionGroup.Type Modifier and Type Method Description PartitionGroup.TypePartitionGroupTypeRegistry. getGroupType(String name)Returns the partition group type with the given name.PartitionGroup.TypePartitionGroup. type()Returns the partition group type.Methods in io.atomix.primitive.partition that return types with arguments of type PartitionGroup.Type Modifier and Type Method Description Collection<PartitionGroup.Type>PartitionGroupTypeRegistry. getGroupTypes()Returns the collection of partition group type configurations.