Uses of Interface
org.wildfly.clustering.cache.infinispan.embedded.distribution.KeyDistribution
Packages that use KeyDistribution
-
Uses of KeyDistribution in org.wildfly.clustering.cache.infinispan.embedded.distribution
Classes in org.wildfly.clustering.cache.infinispan.embedded.distribution that implement KeyDistributionModifier and TypeClassDescriptionclassKey distribution functions for a specificConsistentHash.Methods in org.wildfly.clustering.cache.infinispan.embedded.distribution that return KeyDistributionModifier and TypeMethodDescriptionstatic KeyDistributionKeyDistribution.forCache(org.infinispan.Cache<?, ?> cache) Creates a key distribution for the current consistent hash of the specified cache.static KeyDistributionKeyDistribution.forConsistentHash(org.infinispan.Cache<?, ?> cache, org.infinispan.distribution.ch.ConsistentHash hash) Creates a key distribution for the specified consistent hash of the specified cache.