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) 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 TypeMethodDescriptionvoid
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 ProposedBucketConfigContextModifier and TypeMethodDescriptionBaseBucketLoader.load
(NodeIdentifier seed, int port, String bucket) Performs the config loading through multiple steps.BucketLoader.load
(NodeIdentifier seed, int port, String bucket) Attempts to load a config for the given seed node.