Uses of Class
org.infinispan.configuration.cache.HashConfigurationBuilder
-
Uses of HashConfigurationBuilder in org.infinispan.configuration.cache
Modifier and TypeMethodDescriptionHashConfigurationBuilder.capacityFactor
(float capacityFactor) Controls the proportion of entries that will reside on the local node, compared to the other nodes in the cluster.HashConfigurationBuilder.consistentHashFactory
(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0.ClusteringConfigurationBuilder.hash()
Configure hash sub elementClusteringConfigurationChildBuilder.hash()
Allows fine-tuning of rehashing characteristics.HashConfigurationBuilder.keyPartitioner
(KeyPartitioner keyPartitioner) Key partitioner, controlling the mapping of keys to hash segments.HashConfigurationBuilder.numOwners
(int numOwners) Number of cluster-wide replicas for each cache entry.HashConfigurationBuilder.numSegments
(int numSegments) Controls the total number of hash space segments (per cluster).HashConfigurationBuilder.read
(HashConfiguration template, Combine combine)