Uses of Class
com.couchbase.client.core.config.ProposedBucketConfigContext
Packages that use ProposedBucketConfigContext
-
Uses of ProposedBucketConfigContext in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return ProposedBucketConfigContextMethods in com.couchbase.client.core.config that return types with arguments of type ProposedBucketConfigContextModifier and TypeMethodDescriptionprotected Mono<ProposedBucketConfigContext>DefaultConfigurationProvider.loadBucketConfigForSeed(NodeIdentifier identifier, int mappedKvPort, int mappedManagerPort, String name, Optional<String> alternateAddress) Encapsulates the logic to load the bucket config from kv and then fall back to manager.Methods in com.couchbase.client.core.config with parameters of type ProposedBucketConfigContextModifier and TypeMethodDescriptionvoidConfigurationProvider.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 ProposedBucketConfigContextModifier and TypeMethodDescriptionBaseBucketLoader.load(NodeIdentifier seed, int port, String bucket, Optional<String> alternateAddress) Performs the config loading through multiple steps.BucketLoader.load(NodeIdentifier seed, int port, String bucket, Optional<String> alternateAddress) Attempts to load a config for the given seed node.