Uses of Enum Class
com.loomcache.common.config.PartitionGroupType
Packages that use PartitionGroupType
Package
Description
-
Uses of PartitionGroupType in com.loomcache.common.config
Subclasses with type arguments of type PartitionGroupType in com.loomcache.common.configModifier and TypeClassDescriptionenumPartition replica placement grouping mode.Fields in com.loomcache.common.config declared as PartitionGroupTypeModifier and TypeFieldDescriptionstatic final PartitionGroupTypeClusterConfig.DEFAULT_PARTITION_GROUP_TYPEMethods in com.loomcache.common.config that return PartitionGroupTypeModifier and TypeMethodDescriptionstatic PartitionGroupTypeClusterConfig.partitionGroupType()PartitionGroupConfig.type()static PartitionGroupTypeReturns the enum constant of this class with the specified name.static PartitionGroupType[]PartitionGroupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.common.config with parameters of type PartitionGroupTypeModifier and TypeMethodDescriptionClusterConfig.Builder.partitionGroupType(PartitionGroupType type) PartitionGroupConfig.Builder.type(PartitionGroupType type) PartitionGroupConfig.withType(PartitionGroupType newType) -
Uses of PartitionGroupType in com.loomcache.server.config
Methods in com.loomcache.server.config that return PartitionGroupTypeMethods in com.loomcache.server.config with parameters of type PartitionGroupType -
Uses of PartitionGroupType in com.loomcache.server.partition
Methods in com.loomcache.server.partition that return PartitionGroupTypeConstructors in com.loomcache.server.partition with parameters of type PartitionGroupTypeModifierConstructorDescriptionConsistentHashRing(int instanceNumber, PartitionGroupType partitionGroupType)