Uses of Interface
com.couchbase.client.core.config.BucketConfig
Package
Description
-
Uses of BucketConfig in com.couchbase.client.core.cnc.events.config
-
Uses of BucketConfig in com.couchbase.client.core.config
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.In favor ofMemcachedBucketTopology
Modifier and TypeMethodDescriptionClusterConfig.bucketConfig
(String bucketName) static BucketConfig
BucketConfigParser.parse
(String input, CoreEnvironment env, String origin) Deprecated.Parse a raw configuration into aBucketConfig
.static BucketConfig
BucketConfigParser.parse
(String input, MemcachedHashingStrategy memcachedHashingStrategy, String origin) Deprecated.static BucketConfig
LegacyConfigHelper.toLegacyBucketConfig
(ClusterTopologyWithBucket cluster) -
Uses of BucketConfig in com.couchbase.client.core.msg.kv
ModifierConstructorDescriptionSubdocMutateRequest
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, BucketConfig bucketConfig, RetryStrategy retryStrategy, String key, boolean insertDocument, boolean upsertDocument, boolean reviveDocument, boolean accessDeleted, boolean createAsDeleted, List<SubdocMutateRequest.Command> commands, long expiration, boolean preserveExpiry, long cas, int userFlags, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) Deprecated.Please use the other constructor instead.SubdocMutateRequest
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, BucketConfig bucketConfig, RetryStrategy retryStrategy, String key, CoreStoreSemantics storeSemantics, boolean accessDeleted, boolean createAsDeleted, List<CoreSubdocMutateCommand> commands, long expiration, boolean preserveExpiry, long cas, Optional<DurabilityLevel> syncReplicationType, RequestSpan span) -
Uses of BucketConfig in com.couchbase.client.core.util
Modifier and TypeMethodDescriptionstatic Mono<BucketConfig>
BucketConfigUtil.waitForBucketConfig
(Core core, String bucketName, Duration timeout) A bucket config can be null while the bucket has not been opened.
CouchbaseBucketTopology