| 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 |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ConsistentHash> |
Configuration.consistentHashImpl(int version) |
| Modifier and Type | Method and 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 the
ConsistentHash implementation to use for the specified version. |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHash |
TopologyInfo.getConsistentHash(byte[] cacheName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistentHashV2
Version 2 of the ConsistentHash function.
|
class |
SegmentConsistentHash |
| Modifier and Type | Method and Description |
|---|---|
<T extends ConsistentHash> |
ConsistentHashFactory.newConsistentHash(int version) |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHash |
OperationsFactory.getConsistentHash() |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHash |
ChannelFactory.getConsistentHash(byte[] cacheName)
Note that the returned
ConsistentHash may not be thread-safe. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.