Uses of Interface
com.couchbase.client.core.node.Locator
-
Packages that use Locator Package Description com.couchbase.client.core.node -
-
Uses of Locator in com.couchbase.client.core.node
Classes in com.couchbase.client.core.node that implement Locator Modifier and Type Class Description classKeyValueLocatorALocatorresponsible for locating the right node based on the partition of the key.classRoundRobinLocatorALocatorwhich implements node selection on a round-robin basis.classViewLocatorTheViewLocatorextends the round-robin locator with some custom checks.
-