Uses of Package
org.infinispan.distribution.ch.impl
-
ClassDescriptionDefault
ConsistentHash
implementation.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 ofConsistentHash
for replicated caches.Factory for ReplicatedConsistentHash.Implementation ofHashFunctionPartitioner
usingCRC16
for use with RESP.KeyPartitioner that always returns 0 for a given segment.ConsistentHashFactory
implementation that guarantees that multiple caches with the same members will have the same consistent hash (unlikeDefaultConsistentHashFactory
).SyncConsistentHashFactory
adapted 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.AConsistentHashFactory
implementation that guarantees caches with the same members have the same consistent hash and also tries to distribute segments based on the topology information inTransportConfiguration
.