Uses of Interface
org.infinispan.distribution.ch.ConsistentHash
-
Packages that use ConsistentHash Package Description org.infinispan.configuration.cache Cache
configurationorg.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.distribution.ch Consistent Hash interfacesorg.infinispan.notifications.cachelistener.event Cache
-specific listener events -
-
Uses of ConsistentHash in org.infinispan.configuration.cache
Method parameters in org.infinispan.configuration.cache with type arguments of type ConsistentHash Modifier and Type Method Description HashConfigurationBuilder
HashConfigurationBuilder. consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory)
Deprecated.Since 11.0. -
Uses of ConsistentHash in org.infinispan.distribution
Methods in org.infinispan.distribution that return ConsistentHash Modifier and Type Method Description ConsistentHash
DistributionManager. getReadConsistentHash()
Deprecated.Since 11.0, to be removed in 14.0.ConsistentHash
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 ConsistentHash Modifier and Type Interface Description interface
ConsistentHashFactory<CH extends ConsistentHash>
Deprecated.Since 11.0.Methods in org.infinispan.distribution.ch that return ConsistentHash Modifier and Type Method Description default ConsistentHash
ConsistentHash. 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 ConsistentHash Modifier and Type Method Description ConsistentHash
DataRehashedEvent. getConsistentHashAtEnd()
default ConsistentHash
TopologyChangedEvent. getConsistentHashAtEnd()
Deprecated.ConsistentHash
DataRehashedEvent. getConsistentHashAtStart()
default ConsistentHash
TopologyChangedEvent. getConsistentHashAtStart()
Deprecated.ConsistentHash
TopologyChangedEvent. getReadConsistentHashAtEnd()
ConsistentHash
TopologyChangedEvent. getReadConsistentHashAtStart()
ConsistentHash
DataRehashedEvent. getUnionConsistentHash()
Deprecated.Since 9.0ConsistentHash
TopologyChangedEvent. getWriteConsistentHashAtEnd()
ConsistentHash
TopologyChangedEvent. getWriteConsistentHashAtStart()
-