Uses of Class
org.infinispan.partitionhandling.PartitionHandling
-
Packages that use PartitionHandling Package Description org.infinispan.configuration.cache Cache
configurationorg.infinispan.partitionhandling -
-
Uses of PartitionHandling in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type PartitionHandling Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<PartitionHandling>
PartitionHandlingConfiguration. WHEN_SPLIT
Methods in org.infinispan.configuration.cache that return PartitionHandling Modifier and Type Method Description PartitionHandling
PartitionHandlingConfiguration. whenSplit()
Methods in org.infinispan.configuration.cache with parameters of type PartitionHandling Modifier and Type Method Description PartitionHandlingConfigurationBuilder
PartitionHandlingConfigurationBuilder. whenSplit(PartitionHandling partitionHandling)
-
Uses of PartitionHandling in org.infinispan.partitionhandling
Methods in org.infinispan.partitionhandling that return PartitionHandling Modifier and Type Method Description static PartitionHandling
PartitionHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartitionHandling[]
PartitionHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-