Uses of Class
org.infinispan.partitionhandling.PartitionHandling
-
Packages that use PartitionHandling Package Description org.infinispan.configuration.cache Cacheconfigurationorg.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_SPLITMethods in org.infinispan.configuration.cache that return PartitionHandling Modifier and Type Method Description PartitionHandlingPartitionHandlingConfiguration. whenSplit()Methods in org.infinispan.configuration.cache with parameters of type PartitionHandling Modifier and Type Method Description PartitionHandlingConfigurationBuilderPartitionHandlingConfigurationBuilder. whenSplit(PartitionHandling partitionHandling) -
Uses of PartitionHandling in org.infinispan.partitionhandling
Methods in org.infinispan.partitionhandling that return PartitionHandling Modifier and Type Method Description static PartitionHandlingPartitionHandling. 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.
-