Uses of Interface
com.couchbase.client.core.node.MemcachedHashingStrategy
Package
Description
-
Uses of MemcachedHashingStrategy in com.couchbase.client.core.config
Modifier and TypeMethodDescriptionstatic BucketConfig
BucketConfigParser.parse
(String input, MemcachedHashingStrategy memcachedHashingStrategy, String origin) Deprecated.ModifierConstructorDescriptionMemcachedBucketConfig
(MemcachedHashingStrategy hashingStrategy, long rev, long revEpoch, String uuid, String name, String uri, String streamingUri, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, Map<String, Set<ClusterCapabilities>> clusterCapabilities, String origin) Deprecated.Creates a newMemcachedBucketConfig
.MemcachedBucketConfig
(ClusterTopologyWithBucket cluster, MemcachedHashingStrategy hashingStrategy) Deprecated. -
Uses of MemcachedHashingStrategy in com.couchbase.client.core.env
Modifier and TypeFieldDescriptionstatic final MemcachedHashingStrategy
IoConfig.DEFAULT_MEMCACHED_HASHING_STRATEGY
Modifier and TypeMethodDescriptionIoConfig.Builder.memcachedHashingStrategy
(MemcachedHashingStrategy memcachedHashingStrategy) Allows to customize the hashing strategy for memcached buckets.static IoConfig.Builder
IoConfig.memcachedHashingStrategy
(MemcachedHashingStrategy memcachedHashingStrategy) Deprecated.This method creates a new builder. -
Uses of MemcachedHashingStrategy in com.couchbase.client.core.node
Modifier and TypeClassDescriptionclass
This Memcached Hashing Strategy is compatible with the SDK 2 "DefaultMemcachedHashingStrategy".class
The default strategy, compatible with libcouchbase and related SDKs. -
Uses of MemcachedHashingStrategy in com.couchbase.client.core.topology
Modifier and TypeMethodDescriptionstatic <E extends KetamaRingNode>
KetamaRing<E>KetamaRing.create
(List<E> nodes, MemcachedHashingStrategy strategy) static BucketTopology
BucketTopology.parse
(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode json, List<HostAndServicePorts> nodes, MemcachedHashingStrategy memcachedHashingStrategy) ModifierConstructorDescriptionMemcachedBucketTopology
(String uuid, String name, Set<BucketCapability> capabilities, List<HostAndServicePorts> nodes, KetamaRing<HostAndServicePorts> ketamaRing, MemcachedHashingStrategy hashingStrategy) TopologyParser
(NetworkSelector networkSelector, PortSelector portSelector, MemcachedHashingStrategy memcachedHashingStrategy)