Uses of Class
org.infinispan.configuration.cache.HashConfiguration
-
Packages that use HashConfiguration Package Description org.infinispan.configuration.cache Cache
configurationorg.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 HashConfiguration
HashConfigurationBuilder. create()
HashConfiguration
ClusteringConfiguration. hash()
Configure hash sub elementMethods in org.infinispan.configuration.cache with parameters of type HashConfiguration Modifier and Type Method Description boolean
HashConfiguration. matches(HashConfiguration other)
HashConfigurationBuilder
HashConfigurationBuilder. 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 void
KeyPartitioner. 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 void
HashFunctionPartitioner. init(HashConfiguration configuration)
-