Uses of Class
com.couchbase.client.core.config.ProposedBucketConfigContext
-
Packages that use ProposedBucketConfigContext Package Description com.couchbase.client.core.config com.couchbase.client.core.config.loader com.couchbase.client.core.config.refresher -
-
Uses of ProposedBucketConfigContext in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config with parameters of type ProposedBucketConfigContext Modifier and Type Method Description void
ConfigurationProvider. proposeBucketConfig(ProposedBucketConfigContext ctx)
Allows to propose a bucket config to the provider from an external context.void
DefaultConfigurationProvider. proposeBucketConfig(ProposedBucketConfigContext ctx)
-
Uses of ProposedBucketConfigContext in com.couchbase.client.core.config.loader
Methods in com.couchbase.client.core.config.loader that return types with arguments of type ProposedBucketConfigContext Modifier and Type Method Description Mono<ProposedBucketConfigContext>
BaseLoader. load(NodeIdentifier seed, int port, String bucket)
Performs the config loading through multiple steps.Mono<ProposedBucketConfigContext>
Loader. load(NodeIdentifier seed, int port, String bucket)
Attempts to load a config for the given seed node. -
Uses of ProposedBucketConfigContext in com.couchbase.client.core.config.refresher
Methods in com.couchbase.client.core.config.refresher that return types with arguments of type ProposedBucketConfigContext Modifier and Type Method Description Flux<ProposedBucketConfigContext>
ClusterManagerRefresher. configs()
Flux<ProposedBucketConfigContext>
KeyValueRefresher. configs()
Flux<ProposedBucketConfigContext>
Refresher. configs()
Whenever a new config is loaded, it is pushed through this stream to be consumed.
-