Uses of Interface
org.infinispan.distribution.ch.ConsistentHashFactory
-
Packages that use ConsistentHashFactory Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
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_FACTORYMethods in org.infinispan.configuration.cache that return ConsistentHashFactory Modifier and Type Method Description ConsistentHashFactory<?>HashConfiguration. consistentHashFactory()The consistent hash factory in use.Methods in org.infinispan.configuration.cache with parameters of type ConsistentHashFactory Modifier and Type Method Description HashConfigurationBuilderHashConfigurationBuilder. consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory)The consistent hash factory in use.
-