Uses of Interface
com.couchbase.client.core.node.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
IoConfig. DEFAULT_MEMCACHED_HASHING_STRATEGY
Methods in com.couchbase.client.core.env that return MemcachedHashingStrategy Modifier and Type Method Description MemcachedHashingStrategy
IoConfig. memcachedHashingStrategy()
Methods in com.couchbase.client.core.env with parameters of type MemcachedHashingStrategy Modifier and Type Method Description IoConfig.Builder
IoConfig.Builder. memcachedHashingStrategy(MemcachedHashingStrategy memcachedHashingStrategy)
Allows to customize the hashing strategy for memcached buckets.static IoConfig.Builder
IoConfig. memcachedHashingStrategy(MemcachedHashingStrategy memcachedHashingStrategy)
Allows to customize the hashing strategy for memcached buckets. -
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
Sdk2CompatibleMemcachedHashingStrategy
This Memcached Hashing Strategy is compatible with the SDK 2 "DefaultMemcachedHashingStrategy".class
StandardMemcachedHashingStrategy
AMemcachedHashingStrategy
which is compatible with libcouchbase and SDKs that are built on top.