Package com.couchbase.client.core.node
Class ManagerLocator
- java.lang.Object
-
- com.couchbase.client.core.node.ManagerLocator
-
-
Constructor Summary
Constructors Constructor Description ManagerLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(Request<? extends Response> request, List<Node> nodes, ClusterConfig config, CoreContext ctx)
Given the environment and node information, the implementation locates the right set of nodes and dispatches the request into them.
-
-
-
Method Detail
-
dispatch
public void dispatch(Request<? extends Response> request, List<Node> nodes, ClusterConfig config, CoreContext ctx)
Description copied from interface:Locator
Given the environment and node information, the implementation locates the right set of nodes and dispatches the request into them.
-
-