| Package | Description |
|---|---|
| com.couchbase.client.core.config | |
| com.couchbase.client.core.env | |
| com.couchbase.client.core.node |
| Modifier and Type | Method and Description |
|---|---|
static KetamaRing<NodeInfo> |
KetamaRing.create(List<NodeInfo> nodes,
MemcachedHashingStrategy strategy) |
| Modifier and Type | Field and Description |
|---|---|
static MemcachedHashingStrategy |
IoConfig.DEFAULT_MEMCACHED_HASHING_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
MemcachedHashingStrategy |
IoConfig.memcachedHashingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
static IoConfig.Builder |
IoConfig.memcachedHashingStrategy(MemcachedHashingStrategy memcachedHashingStrategy)
Deprecated.
This method creates a new builder. Please see the deprecation notice on
IoConfig.builder(). |
IoConfig.Builder |
IoConfig.Builder.memcachedHashingStrategy(MemcachedHashingStrategy memcachedHashingStrategy)
Allows to customize the hashing strategy for memcached buckets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Sdk2CompatibleMemcachedHashingStrategy
This Memcached Hashing Strategy is compatible with the SDK 2 "DefaultMemcachedHashingStrategy".
|
class |
StandardMemcachedHashingStrategy
A
MemcachedHashingStrategy which is compatible with libcouchbase and SDKs that
are built on top. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.