Uses of Interface
org.infinispan.client.hotrod.impl.consistenthash.ConsistentHash
-
Packages that use ConsistentHash Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.consistenthash org.infinispan.client.hotrod.impl.transport org.infinispan.client.hotrod.impl.transport.netty -
-
Uses of ConsistentHash in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return types with arguments of type ConsistentHash Modifier and Type Method Description Class<? extends ConsistentHash>[]
Configuration. consistentHashImpl()
Class<? extends ConsistentHash>
Configuration. consistentHashImpl(int version)
Method parameters in org.infinispan.client.hotrod.configuration with type arguments of type ConsistentHash Modifier and Type Method Description ConfigurationBuilder
AbstractConfigurationChildBuilder. consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass)
ConfigurationBuilder
ConfigurationBuilder. consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass)
ConfigurationBuilder
ConfigurationChildBuilder. consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass)
Defines theConsistentHash
implementation to use for the specified version. -
Uses of ConsistentHash in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return ConsistentHash Modifier and Type Method Description ConsistentHash
TopologyInfo. getConsistentHash(byte[] cacheName)
-
Uses of ConsistentHash in org.infinispan.client.hotrod.impl.consistenthash
Classes in org.infinispan.client.hotrod.impl.consistenthash that implement ConsistentHash Modifier and Type Class Description class
ConsistentHashV2
Version 2 of the ConsistentHash function.class
SegmentConsistentHash
Methods in org.infinispan.client.hotrod.impl.consistenthash with type parameters of type ConsistentHash Modifier and Type Method Description <T extends ConsistentHash>
TConsistentHashFactory. newConsistentHash(int version)
-
Uses of ConsistentHash in org.infinispan.client.hotrod.impl.transport
Methods in org.infinispan.client.hotrod.impl.transport that return ConsistentHash Modifier and Type Method Description ConsistentHash
TransportFactory. getConsistentHash(byte[] cacheName)
Deprecated. -
Uses of ConsistentHash in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return ConsistentHash Modifier and Type Method Description ConsistentHash
ChannelFactory. getConsistentHash(byte[] cacheName)
Note that the returnedConsistentHash
may not be thread-safe.
-