Uses of Interface
org.wildfly.clustering.cache.infinispan.embedded.distribution.Locality
Packages that use Locality
-
Uses of Locality in org.wildfly.clustering.cache.infinispan.embedded.distribution
Classes in org.wildfly.clustering.cache.infinispan.embedded.distribution that implement LocalityModifier and TypeClassDescriptionclassLocalityimplementation based on aConsistentHash.classSimpleLocalityimplementation that uses a static value.Methods in org.wildfly.clustering.cache.infinispan.embedded.distribution that return LocalityModifier and TypeMethodDescriptionstatic LocalityLocality.forConsistentHash(org.infinispan.Cache<?, ?> cache, org.infinispan.distribution.ch.ConsistentHash hash) Returns the locality for the specified consistent hash of the specified cache.static LocalityLocality.forCurrentConsistentHash(org.infinispan.Cache<?, ?> cache) Returns the locality for the current consistent hash of the specified cache.static LocalityLocality.of(boolean local) Returns a locality that returns the same value for any key.