Uses of Interface
org.infinispan.distribution.ch.ConsistentHashFactory
-
Packages that use ConsistentHashFactory Package Description org.infinispan.configuration.cache Cache
configuration -
-
Uses of ConsistentHashFactory in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type ConsistentHashFactory Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<ConsistentHashFactory>
HashConfiguration. CONSISTENT_HASH_FACTORY
Methods in org.infinispan.configuration.cache that return ConsistentHashFactory Modifier and Type Method Description ConsistentHashFactory<?>
HashConfiguration. consistentHashFactory()
Deprecated.Since 11.0.Methods in org.infinispan.configuration.cache with parameters of type ConsistentHashFactory Modifier and Type Method Description HashConfigurationBuilder
HashConfigurationBuilder. consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory)
Deprecated.Since 11.0.
-