Uses of Class
org.infinispan.configuration.cache.HashConfiguration
-
Packages that use HashConfiguration Package Description org.infinispan.configuration.cache Cacheconfigurationorg.infinispan.distribution.ch Consistent Hash interfacesorg.infinispan.distribution.ch.impl -
-
Uses of HashConfiguration in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return HashConfiguration Modifier and Type Method Description HashConfigurationHashConfigurationBuilder. create()HashConfigurationClusteringConfiguration. hash()Configure hash sub elementMethods in org.infinispan.configuration.cache with parameters of type HashConfiguration Modifier and Type Method Description booleanHashConfiguration. matches(HashConfiguration other)HashConfigurationBuilderHashConfigurationBuilder. read(HashConfiguration template) -
Uses of HashConfiguration in org.infinispan.distribution.ch
Methods in org.infinispan.distribution.ch with parameters of type HashConfiguration Modifier and Type Method Description default voidKeyPartitioner. init(HashConfiguration configuration)Initialization. -
Uses of HashConfiguration in org.infinispan.distribution.ch.impl
Methods in org.infinispan.distribution.ch.impl with parameters of type HashConfiguration Modifier and Type Method Description voidHashFunctionPartitioner. init(HashConfiguration configuration)
-