Uses of Interface
com.couchbase.client.core.topology.KetamaRingNode
Packages that use KetamaRingNode
Package
Description
-
Uses of KetamaRingNode in com.couchbase.client.core.config
Classes in com.couchbase.client.core.config that implement KetamaRingNode -
Uses of KetamaRingNode in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node with parameters of type KetamaRingNodeModifier and TypeMethodDescriptionMemcachedHashingStrategy.hash
(KetamaRingNode info, int repetition) The hash for each node based on the node information and repetition.Sdk2CompatibleMemcachedHashingStrategy.hash
(KetamaRingNode info, int repetition) StandardMemcachedHashingStrategy.hash
(KetamaRingNode info, int repetition) -
Uses of KetamaRingNode in com.couchbase.client.core.topology
Classes in com.couchbase.client.core.topology that implement KetamaRingNodeModifier and TypeClassDescriptionclass
Used for locating the services running on a node.Methods in com.couchbase.client.core.topology with type parameters of type KetamaRingNodeModifier and TypeMethodDescriptionstatic <E extends KetamaRingNode>
KetamaRing<E>KetamaRing.create
(List<E> nodes, MemcachedHashingStrategy strategy)
HostAndServicePorts