Package org.wildfly.clustering.infinispan.distribution
-
Interface Summary Interface Description KeyDistribution Provides key distribution functions.Locality Facility for determining the primary ownership/location of a given cache key. -
Class Summary Class Description CacheKeyDistribution Key distribution appropriate for any cache mode.CacheLocality ALocalityimplementation that delegates to either aConsistentHashLocalityorSimpleLocalitydepending on the cache mode.ConsistentHashKeyDistribution Key distribution functions for a specificConsistentHash.ConsistentHashLocality Localityimplementation based on aConsistentHash.KeyPartitionerFactory Custom key partitioner factory that uses the same key partitioner for all clustered caches, including non-tx invalidation caches.SimpleLocality SimpleLocalityimplementation that uses a static value.WildflyPackageImpl -
Enum Summary Enum Description LocalKeyDistribution Key distribution implementation for a local cache.