Uses of Enum Class
org.infinispan.partitionhandling.PartitionHandling
Packages that use PartitionHandling
-
Uses of PartitionHandling in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type PartitionHandlingModifier and TypeFieldDescriptionstatic final AttributeDefinition
<PartitionHandling> PartitionHandlingConfiguration.WHEN_SPLIT
Methods in org.infinispan.configuration.cache that return PartitionHandlingMethods in org.infinispan.configuration.cache with parameters of type PartitionHandlingModifier and TypeMethodDescriptionPartitionHandlingConfigurationBuilder.whenSplit
(PartitionHandling partitionHandling) -
Uses of PartitionHandling in org.infinispan.partitionhandling
Methods in org.infinispan.partitionhandling that return PartitionHandlingModifier and TypeMethodDescriptionstatic PartitionHandling
Returns the enum constant of this class with the specified name.static PartitionHandling[]
PartitionHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PartitionHandling in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl that return PartitionHandlingModifier and TypeMethodDescriptionprotected PartitionHandling
PartitionHandlingManagerImpl.getPartitionHandling()