Uses of Interface
org.infinispan.distribution.ch.ConsistentHash
Packages that use ConsistentHash
Package
Description
Cache configurationClasses relating to the distributed cache mode.
Consistent Hash interfaces
Cache-specific listener events-
Uses of ConsistentHash in org.infinispan.configuration.cache
Method parameters in org.infinispan.configuration.cache with type arguments of type ConsistentHashModifier and TypeMethodDescriptionHashConfigurationBuilder.consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory) Deprecated.Since 11.0. -
Uses of ConsistentHash in org.infinispan.distribution
Methods in org.infinispan.distribution that return ConsistentHashModifier and TypeMethodDescriptionDistributionManager.getReadConsistentHash()Deprecated.Since 11.0, to be removed in 14.0.DistributionManager.getWriteConsistentHash()Deprecated.Since 11.0, to be removed in 14.0. -
Uses of ConsistentHash in org.infinispan.distribution.ch
Classes in org.infinispan.distribution.ch with type parameters of type ConsistentHashModifier and TypeInterfaceDescriptioninterfaceConsistentHashFactory<CH extends ConsistentHash>Deprecated.Since 11.0.Methods in org.infinispan.distribution.ch that return ConsistentHashModifier and TypeMethodDescriptiondefault ConsistentHashConsistentHash.remapAddresses(UnaryOperator<org.infinispan.remoting.transport.Address> remapper) Returns a new ConsistentHash with the addresses remapped according to the providedUnaryOperator. -
Uses of ConsistentHash in org.infinispan.notifications.cachelistener.event
Methods in org.infinispan.notifications.cachelistener.event that return ConsistentHashModifier and TypeMethodDescriptionDataRehashedEvent.getConsistentHashAtEnd()default ConsistentHashTopologyChangedEvent.getConsistentHashAtEnd()Deprecated.DataRehashedEvent.getConsistentHashAtStart()default ConsistentHashTopologyChangedEvent.getConsistentHashAtStart()Deprecated.TopologyChangedEvent.getReadConsistentHashAtEnd()TopologyChangedEvent.getReadConsistentHashAtStart()DataRehashedEvent.getUnionConsistentHash()Deprecated.Since 9.0TopologyChangedEvent.getWriteConsistentHashAtEnd()TopologyChangedEvent.getWriteConsistentHashAtStart()