Uses of Interface
org.infinispan.hotrod.impl.consistenthash.ConsistentHash
-
Packages that use ConsistentHash Package Description org.infinispan.hotrod.configuration Hot Rod client configuration API.org.infinispan.hotrod.impl.consistenthash org.infinispan.hotrod.impl.operations org.infinispan.hotrod.impl.topology org.infinispan.hotrod.impl.transport.netty -
-
Uses of ConsistentHash in org.infinispan.hotrod.configuration
Methods in org.infinispan.hotrod.configuration that return types with arguments of type ConsistentHash Modifier and Type Method Description Class<? extends ConsistentHash>[]HotRodConfiguration. consistentHashImpl()Class<? extends ConsistentHash>HotRodConfiguration. consistentHashImpl(int version)Method parameters in org.infinispan.hotrod.configuration with type arguments of type ConsistentHash Modifier and Type Method Description HotRodConfigurationBuilderAbstractConfigurationChildBuilder. consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass)HotRodConfigurationBuilderConfigurationChildBuilder. consistentHashImpl(int version, Class<? extends ConsistentHash> consistentHashClass)Defines theConsistentHashimplementation to use for the specified version.HotRodConfigurationBuilderHotRodConfigurationBuilder. 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 ConsistentHash Modifier and Type Class Description classConsistentHashV2Version 2 of the ConsistentHash function.classSegmentConsistentHashMethods in org.infinispan.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.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return ConsistentHash Modifier and Type Method Description ConsistentHashCacheOperationsFactory. getConsistentHash() -
Uses of ConsistentHash in org.infinispan.hotrod.impl.topology
Methods in org.infinispan.hotrod.impl.topology that return ConsistentHash Modifier and Type Method Description ConsistentHashCacheInfo. getConsistentHash()Methods in org.infinispan.hotrod.impl.topology with parameters of type ConsistentHash Modifier and Type Method Description CacheInfoCacheInfo. 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 ConsistentHash Modifier and Type Method Description ConsistentHashChannelFactory. getConsistentHash(byte[] cacheName)Note that the returnedConsistentHashmay not be thread-safe.
-