Uses of Package
org.infinispan.distribution.ch.impl
Packages that use org.infinispan.distribution.ch.impl
-
Classes in org.infinispan.distribution.ch.impl used by org.infinispan.distribution.ch.implClassDescriptionDefault
ConsistentHashimplementation.Default implementation ofConsistentHashFactory.Key partitioner that computes a key's segment based on a hash function.This class holds statistics about a consistent hash.Special implementation ofConsistentHashfor replicated caches.Factory for ReplicatedConsistentHash.Implementation ofHashFunctionPartitionerusingCRC16for use with RESP.KeyPartitioner that always returns 0 for a given segment.ConsistentHashFactoryimplementation that guarantees that multiple caches with the same members will have the same consistent hash (unlikeDefaultConsistentHashFactory).SyncConsistentHashFactoryadapted for replicated caches, so that the primary owner of a key is the same in replicated and distributed caches.Default topology-aware consistent hash factory implementation.AConsistentHashFactoryimplementation that guarantees caches with the same members have the same consistent hash and also tries to distribute segments based on the topology information inTransportConfiguration.