Uses of Class
com.couchbase.client.core.config.ProposedBucketConfigContext
-
Uses of ProposedBucketConfigContext in com.couchbase.client.core.config
Modifier 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.Modifier 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
Modifier 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.