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 -
-
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 voidConfigurationProvider. proposeBucketConfig(ProposedBucketConfigContext ctx)Allows to propose a bucket config to the provider from an external context.voidDefaultConfigurationProvider. 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>BaseBucketLoader. load(NodeIdentifier seed, int port, String bucket, Optional<String> alternateAddress)Performs the config loading through multiple steps.Mono<ProposedBucketConfigContext>BucketLoader. load(NodeIdentifier seed, int port, String bucket, Optional<String> alternateAddress)Attempts to load a config for the given seed node.
-