Uses of Class
com.couchbase.client.core.topology.KetamaRing
Packages that use KetamaRing
-
Uses of KetamaRing in com.couchbase.client.core.topology
Methods in com.couchbase.client.core.topology that return KetamaRingModifier and TypeMethodDescriptionstatic <E extends KetamaRingNode>
KetamaRing<E> KetamaRing.create
(List<E> nodes, MemcachedHashingStrategy strategy) Constructors in com.couchbase.client.core.topology with parameters of type KetamaRingModifierConstructorDescriptionMemcachedBucketTopology
(String uuid, String name, Set<BucketCapability> capabilities, List<HostAndServicePorts> nodes, KetamaRing<HostAndServicePorts> ketamaRing, MemcachedHashingStrategy hashingStrategy)