Uses of Interface
org.infinispan.distribution.ch.ConsistentHashFactory
-
Uses of ConsistentHashFactory in org.infinispan.configuration.cache
Modifier and TypeFieldDescriptionstatic final AttributeDefinition<ConsistentHashFactory>
HashConfiguration.CONSISTENT_HASH_FACTORY
Modifier and TypeMethodDescriptionHashConfiguration.consistentHashFactory()
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0.Modifier and TypeMethodDescriptionHashConfigurationBuilder.consistentHashFactory
(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. -
Uses of ConsistentHashFactory in org.infinispan.distribution.ch.impl
Modifier and TypeClassDescriptionclass
AbstractConsistentHashFactory<CH extends ConsistentHash>
class
Default implementation ofConsistentHashFactory
.class
Factory for ReplicatedConsistentHash.class
Based onDefaultConsistentHashFactory
.class
ConsistentHashFactory
implementation that guarantees that multiple caches with the same members will have the same consistent hash (unlikeDefaultConsistentHashFactory
).class
SyncConsistentHashFactory
adapted for replicated caches, so that the primary owner of a key is the same in replicated and distributed caches.class
Default topology-aware consistent hash factory implementation.class
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
. -
Uses of ConsistentHashFactory in org.infinispan.partitionhandling.impl
Modifier and TypeMethodDescriptionstatic ConsistentHash
AvailabilityStrategy.ownersConsistentHash
(CacheTopology topology, ConsistentHashFactory chFactory) Compute the read consistent hash for a topology with anull
union consistent hash. -
Uses of ConsistentHashFactory in org.infinispan.topology
ModifierConstructorDescriptionCacheJoinInfo
(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum)