Uses of Interface
com.couchbase.client.core.node.MemcachedHashingStrategy
-
Packages that use MemcachedHashingStrategy Package Description com.couchbase.client.core.env com.couchbase.client.core.node -
-
Uses of MemcachedHashingStrategy in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env declared as MemcachedHashingStrategy Modifier and Type Field Description static MemcachedHashingStrategy
DefaultCoreEnvironment. MEMCACHED_HASHING_STRATEGY
Methods in com.couchbase.client.core.env that return MemcachedHashingStrategy Modifier and Type Method Description MemcachedHashingStrategy
ConfigParserEnvironment. memcachedHashingStrategy()
Allows to specify a custom strategy to hash memcached bucket documents.MemcachedHashingStrategy
DefaultCoreEnvironment. memcachedHashingStrategy()
Methods in com.couchbase.client.core.env with parameters of type MemcachedHashingStrategy Modifier and Type Method Description SELF
DefaultCoreEnvironment.Builder. memcachedHashingStrategy(MemcachedHashingStrategy memcachedHashingStrategy)
Sets a custom memcached node hashing strategy, mainly used for compatibility with other clients. -
Uses of MemcachedHashingStrategy in com.couchbase.client.core.node
Classes in com.couchbase.client.core.node that implement MemcachedHashingStrategy Modifier and Type Class 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.class
StandardMemcachedHashingStrategy
AMemcachedHashingStrategy
which is compatible with libcouchbase and SDKs that are built on top.
-