Uses of Interface
org.infinispan.distribution.ch.impl.ConsistentHashFactory
Packages that use ConsistentHashFactory
Package
Description
A private configuration package.
Transfer of state to new caches in a cluster.
-
Uses of ConsistentHashFactory in org.infinispan.configuration.internal
Fields in org.infinispan.configuration.internal with type parameters of type ConsistentHashFactoryModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<ConsistentHashFactory> PrivateCacheConfiguration.CONSISTENT_HASH_FACTORYMethods in org.infinispan.configuration.internal that return ConsistentHashFactoryMethods in org.infinispan.configuration.internal with parameters of type ConsistentHashFactoryModifier and TypeMethodDescriptionPrivateCacheConfigurationBuilder.consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory) -
Uses of ConsistentHashFactory in org.infinispan.distribution.ch.impl
Classes in org.infinispan.distribution.ch.impl that implement ConsistentHashFactoryModifier and TypeClassDescriptionclassAbstractConsistentHashFactory<CH extends ConsistentHash>classDefault implementation ofConsistentHashFactory.classFactory for ReplicatedConsistentHash.classConsistentHashFactoryimplementation that guarantees that multiple caches with the same members will have the same consistent hash (unlikeDefaultConsistentHashFactory).classSyncConsistentHashFactoryadapted for replicated caches, so that the primary owner of a key is the same in replicated and distributed caches.classDefault topology-aware consistent hash factory implementation.classAConsistentHashFactoryimplementation 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
Methods in org.infinispan.partitionhandling.impl with parameters of type ConsistentHashFactoryModifier and TypeMethodDescriptionstatic ConsistentHashAvailabilityStrategy.ownersConsistentHash(CacheTopology topology, ConsistentHashFactory chFactory) Compute the read consistent hash for a topology with anullunion consistent hash. -
Uses of ConsistentHashFactory in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return ConsistentHashFactoryModifier and TypeMethodDescriptionstatic ConsistentHashFactoryStateTransferManagerImpl.pickConsistentHashFactory(GlobalConfiguration globalConfiguration, Configuration configuration) If no ConsistentHashFactory was explicitly configured, we choose a suitable one based on cache mode. -
Uses of ConsistentHashFactory in org.infinispan.topology
Methods in org.infinispan.topology that return ConsistentHashFactoryConstructors in org.infinispan.topology with parameters of type ConsistentHashFactoryModifierConstructorDescriptionCacheJoinInfo(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, UUID persistentUUID, Optional<Integer> persistentStateChecksum)