Uses of Class
com.couchbase.client.core.config.ClusterConfig
-
Packages that use ClusterConfig Package Description com.couchbase.client.core com.couchbase.client.core.config com.couchbase.client.core.node -
-
Uses of ClusterConfig in com.couchbase.client.core
Methods in com.couchbase.client.core that return ClusterConfig Modifier and Type Method Description ClusterConfig
Core. clusterConfig()
This API provides access to the current config that is published throughout the core. -
Uses of ClusterConfig in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return ClusterConfig Modifier and Type Method Description ClusterConfig
ConfigurationProvider. config()
Returns the currentClusterConfig
.ClusterConfig
DefaultConfigurationProvider. config()
Methods in com.couchbase.client.core.config that return types with arguments of type ClusterConfig Modifier and Type Method Description Flux<ClusterConfig>
ConfigurationProvider. configs()
This is a hot stream which when attached will return the current config as well as all subsequent ones.Flux<ClusterConfig>
DefaultConfigurationProvider. configs()
-
Uses of ClusterConfig in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node with parameters of type ClusterConfig Modifier and Type Method Description void
KeyValueLocator. dispatch(Request<? extends Response> request, List<Node> nodes, ClusterConfig config, CoreContext ctx)
void
Locator. 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.void
ManagerLocator. dispatch(Request<? extends Response> request, List<Node> nodes, ClusterConfig config, CoreContext ctx)
void
RoundRobinLocator. dispatch(Request<? extends Response> request, List<Node> nodes, ClusterConfig config, CoreContext ctx)
-