Uses of Interface
com.couchbase.client.core.node.MemcachedHashingStrategy
Packages that use MemcachedHashingStrategy
Package
Description
-
Uses of MemcachedHashingStrategy in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config with parameters of type MemcachedHashingStrategyModifier and TypeMethodDescriptionstatic KetamaRing<NodeInfo>
KetamaRing.create
(List<NodeInfo> nodes, MemcachedHashingStrategy strategy) -
Uses of MemcachedHashingStrategy in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env declared as MemcachedHashingStrategyModifier and TypeFieldDescriptionstatic final MemcachedHashingStrategy
IoConfig.DEFAULT_MEMCACHED_HASHING_STRATEGY
Methods in com.couchbase.client.core.env that return MemcachedHashingStrategyMethods in com.couchbase.client.core.env with parameters of type MemcachedHashingStrategyModifier and TypeMethodDescriptionIoConfig.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 MemcachedHashingStrategyModifier and TypeClassDescriptionclass
This Memcached Hashing Strategy is compatible with the SDK 2 "DefaultMemcachedHashingStrategy".class
AMemcachedHashingStrategy
which is compatible with libcouchbase and SDKs that are built on top.