Uses of Class
com.couchbase.client.core.config.ProposedGlobalConfigContext
-
Packages that use ProposedGlobalConfigContext Package Description com.couchbase.client.core.config com.couchbase.client.core.config.loader -
-
Uses of ProposedGlobalConfigContext in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return ProposedGlobalConfigContext Modifier and Type Method Description ProposedGlobalConfigContext
ProposedGlobalConfigContext. forceOverride()
Methods in com.couchbase.client.core.config with parameters of type ProposedGlobalConfigContext Modifier and Type Method Description void
ConfigurationProvider. proposeGlobalConfig(ProposedGlobalConfigContext ctx)
Allows to propose a global config to the provider from an external context.void
DefaultConfigurationProvider. proposeGlobalConfig(ProposedGlobalConfigContext ctx)
-
Uses of ProposedGlobalConfigContext in com.couchbase.client.core.config.loader
Methods in com.couchbase.client.core.config.loader that return types with arguments of type ProposedGlobalConfigContext Modifier and Type Method Description Mono<ProposedGlobalConfigContext>
GlobalLoader. load(NodeIdentifier seed, int port)
Tries to load the global configuration.
-