Uses of Interface
org.infinispan.distribution.ch.ConsistentHashFactory
-
Packages that use ConsistentHashFactory Package Description org.infinispan.configuration.cache Cache
configurationorg.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.topology -
-
Uses of ConsistentHashFactory in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type ConsistentHashFactory Modifier and Type Field Description static AttributeDefinition<ConsistentHashFactory>
HashConfiguration. CONSISTENT_HASH_FACTORY
Methods in org.infinispan.configuration.cache that return ConsistentHashFactory Modifier and Type Method Description ConsistentHashFactory<?>
HashConfiguration. consistentHashFactory()
The consistent hash factory in use.Methods in org.infinispan.configuration.cache with parameters of type ConsistentHashFactory Modifier and Type Method Description HashConfigurationBuilder
HashConfigurationBuilder. consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory)
The consistent hash factory in use. -
Uses of ConsistentHashFactory in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return ConsistentHashFactory Modifier and Type Method Description static ConsistentHashFactory
StateTransferManagerImpl. 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 ConsistentHashFactory Modifier and Type Method Description ConsistentHashFactory
CacheJoinInfo. getConsistentHashFactory()
Constructors in org.infinispan.topology with parameters of type ConsistentHashFactory Constructor Description CacheJoinInfo(ConsistentHashFactory consistentHashFactory, Hash hashFunction, int numSegments, int numOwners, long timeout, boolean totalOrder, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, java.util.Optional<java.lang.Integer> persistentStateChecksum)
-