Uses of Interface
com.couchbase.client.core.node.locate.Locator
Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
=================================================
This documentation describes the domain model of the core package, covers important architecture and design
decisions and provides a solid introduction on the inner workings.
|
com.couchbase.client.core.node.locate |
-
Uses of Locator in com.couchbase.client.core
Methods in com.couchbase.client.core that return Locator Modifier and Type Method Description protected Locator
RequestHandler. locator(CouchbaseRequest request)
Helper method to detect the correct locator for the given request type. -
Uses of Locator in com.couchbase.client.core.node.locate
Classes in com.couchbase.client.core.node.locate that implement Locator Modifier and Type Class Description class
AnalyticsLocator
Round robin node locator for Analytics.class
ConfigLocator
Locates the proper CONFIG node for a given config request.class
KeyValueLocator
class
QueryLocator
class
SearchLocator
Round robin node locator for CBFT.class
ViewLocator