Uses of Interface
org.wildfly.clustering.infinispan.distribution.Locality
-
Packages that use Locality Package Description org.wildfly.clustering.infinispan.distribution -
-
Uses of Locality in org.wildfly.clustering.infinispan.distribution
Classes in org.wildfly.clustering.infinispan.distribution that implement Locality Modifier and Type Class Description classCacheLocalityALocalityimplementation that delegates to either aConsistentHashLocalityorSimpleLocalitydepending on the cache mode.classConsistentHashLocalityLocalityimplementation based on aConsistentHash.classSimpleLocalitySimpleLocalityimplementation that uses a static value.
-