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.operations 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 ConfigurationBuilderAbstractConfigurationChildBuilder. consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass)ConfigurationBuilderConfigurationBuilder. consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass)ConfigurationBuilderConfigurationChildBuilder. consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass)Defines theConsistentHashimplementation 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 ConsistentHashTopologyInfo. 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 classConsistentHashV2Version 2 of the ConsistentHash function.classSegmentConsistentHashMethods 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.operations
Methods in org.infinispan.client.hotrod.impl.operations that return ConsistentHash Modifier and Type Method Description ConsistentHashOperationsFactory. getConsistentHash() -
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 ConsistentHashChannelFactory. getConsistentHash(byte[] cacheName)Note that the returnedConsistentHashmay not be thread-safe.
-