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 MemcachedHashingStrategyIoConfig.DEFAULT_MEMCACHED_HASHING_STRATEGYMethods 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.BuilderIoConfig.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 TypeClassDescriptionclassThis Memcached Hashing Strategy is compatible with the SDK 2 "DefaultMemcachedHashingStrategy".classAMemcachedHashingStrategywhich is compatible with libcouchbase and SDKs that are built on top.