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 class
KeyValueLocator
ALocator
responsible for locating the right node based on the partition of the key.class
ManagerLocator
class
RoundRobinLocator
ALocator
which implements node selection on a round-robin basis.
-