Uses of Class
org.infinispan.configuration.cache.HashConfiguration
-
Packages that use HashConfiguration Package Description org.infinispan.configuration.cache Cacheconfigurationorg.infinispan.distribution.ch Consistent Hash interfaces -
-
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.
-