| Package | Description |
|---|---|
| com.couchbase.client.core.env | |
| com.couchbase.client.core.node |
| Modifier and Type | Field and Description |
|---|---|
static MemcachedHashingStrategy |
DefaultCoreEnvironment.MEMCACHED_HASHING_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
MemcachedHashingStrategy |
DefaultCoreEnvironment.memcachedHashingStrategy() |
MemcachedHashingStrategy |
ConfigParserEnvironment.memcachedHashingStrategy()
Allows to specify a custom strategy to hash memcached bucket documents.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultCoreEnvironment.Builder |
DefaultCoreEnvironment.Builder.memcachedHashingStrategy(MemcachedHashingStrategy memcachedHashingStrategy)
Sets a custom memcached node hashing strategy, mainly used for compatibility with other clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMemcachedHashingStrategy
The default memcache bucket hashing strategy, compatible with 2.x Java SDK.
|
class |
LegacyMemcachedHashingStrategy
The legacy memcache bucket hashing strategy, compatible with Java SDK 1.x.
|
Copyright © 2017 Couchbase, Inc.. All rights reserved.