Uses of Class
com.couchbase.client.core.config.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 with parameters of type ProposedGlobalConfigContext Modifier and Type Method Description voidConfigurationProvider. proposeGlobalConfig(ProposedGlobalConfigContext ctx)Allows to propose a global config to the provider from an external context.voidDefaultConfigurationProvider. 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.