| Package | Description |
|---|---|
| com.couchbase.client.core.env | |
| com.couchbase.client.core.node | |
| com.couchbase.client.core.topology |
| 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
The default strategy, compatible with libcouchbase and related SDKs.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends KetamaRingNode> |
KetamaRing.create(List<E> nodes,
MemcachedHashingStrategy strategy) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.