Uses of Interface
org.infinispan.distribution.ch.ConsistentHash
-
Packages that use ConsistentHash Package Description org.infinispan.configuration.cache Cacheconfigurationorg.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 HashConfigurationBuilderHashConfigurationBuilder. 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 ConsistentHashDistributionManager. getReadConsistentHash()Deprecated.Since 11.0, to be removed in 14.0.ConsistentHashDistributionManager. 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 interfaceConsistentHashFactory<CH extends ConsistentHash>Deprecated.Since 11.0.Methods in org.infinispan.distribution.ch that return ConsistentHash Modifier and Type Method Description default 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 ConsistentHash Modifier and Type Method Description ConsistentHashDataRehashedEvent. getConsistentHashAtEnd()default ConsistentHashTopologyChangedEvent. getConsistentHashAtEnd()Deprecated.ConsistentHashDataRehashedEvent. getConsistentHashAtStart()default ConsistentHashTopologyChangedEvent. getConsistentHashAtStart()Deprecated.ConsistentHashTopologyChangedEvent. getReadConsistentHashAtEnd()ConsistentHashTopologyChangedEvent. getReadConsistentHashAtStart()ConsistentHashDataRehashedEvent. getUnionConsistentHash()Deprecated.Since 9.0ConsistentHashTopologyChangedEvent. getWriteConsistentHashAtEnd()ConsistentHashTopologyChangedEvent. getWriteConsistentHashAtStart()
-