Uses of Interface
org.infinispan.hotrod.impl.consistenthash.ConsistentHash
Packages that use ConsistentHash
Package
Description
Hot Rod client configuration API.
-
Uses of ConsistentHash in org.infinispan.hotrod.configuration
Methods in org.infinispan.hotrod.configuration that return types with arguments of type ConsistentHashModifier and TypeMethodDescriptionClass<? extends ConsistentHash>[]HotRodConfiguration.consistentHashImpl()Class<? extends ConsistentHash> HotRodConfiguration.consistentHashImpl(int version) Method parameters in org.infinispan.hotrod.configuration with type arguments of type ConsistentHashModifier and TypeMethodDescriptionAbstractConfigurationChildBuilder.consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass) ConfigurationChildBuilder.consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass) Defines theConsistentHashimplementation to use for the specified version.HotRodConfigurationBuilder.consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass) -
Uses of ConsistentHash in org.infinispan.hotrod.impl.consistenthash
Classes in org.infinispan.hotrod.impl.consistenthash that implement ConsistentHashModifier and TypeClassDescriptionclassVersion 2 of the ConsistentHash function.final classMethods in org.infinispan.hotrod.impl.consistenthash with type parameters of type ConsistentHashModifier and TypeMethodDescription<T extends ConsistentHash>
TConsistentHashFactory.newConsistentHash(int version) -
Uses of ConsistentHash in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return ConsistentHash -
Uses of ConsistentHash in org.infinispan.hotrod.impl.topology
Methods in org.infinispan.hotrod.impl.topology that return ConsistentHashMethods in org.infinispan.hotrod.impl.topology with parameters of type ConsistentHashModifier and TypeMethodDescriptionCacheInfo.withNewHash(int topologyAge, int topologyId, List<InetSocketAddress> servers, ConsistentHash consistentHash, int numSegments) -
Uses of ConsistentHash in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty that return ConsistentHashModifier and TypeMethodDescriptionChannelFactory.getConsistentHash(byte[] cacheName) Note that the returnedConsistentHashmay not be thread-safe.