Package io.atomix.primitive.partition
Interface PartitionGroupTypeRegistry
public interface PartitionGroupTypeRegistry
Partition group type registry.
-
Method Summary
Modifier and Type Method Description PartitionGroup.TypegetGroupType(String name)Returns the partition group type with the given name.Collection<PartitionGroup.Type>getGroupTypes()Returns the collection of partition group type configurations.
-
Method Details
-
getGroupTypes
Collection<PartitionGroup.Type> getGroupTypes()Returns the collection of partition group type configurations.- Returns:
- the collection of partition group type configurations
-
getGroupType
Returns the partition group type with the given name.- Parameters:
name- the partition group type name- Returns:
- the group type
-