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)The consistent hash factory in use. -
Uses of ConsistentHash in org.infinispan.distribution
Methods in org.infinispan.distribution that return ConsistentHash Modifier and Type Method Description default ConsistentHashDistributionManager. getConsistentHash()Deprecated.Since 9.0, please useDistributionManager.getWriteConsistentHash()instead.ConsistentHashDistributionManager. getReadConsistentHash()ConsistentHashDistributionManager. getWriteConsistentHash() -
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>Factory forConsistentHashinstances.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()
-