Uses of Interface
com.couchbase.client.core.config.BucketConfig
Packages that use BucketConfig
Package
Description
-
Uses of BucketConfig in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return BucketConfigConstructors in com.couchbase.client.core.cnc.events.config with parameters of type BucketConfig -
Uses of BucketConfig in com.couchbase.client.core.config
Classes in com.couchbase.client.core.config that implement BucketConfigModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.In favor ofMemcachedBucketTopologyMethods in com.couchbase.client.core.config that return BucketConfigModifier and TypeMethodDescriptionClusterConfig.bucketConfig(String bucketName) static BucketConfigBucketConfigParser.parse(String input, CoreEnvironment env, String origin) Deprecated.Parse a raw configuration into aBucketConfig.static BucketConfigBucketConfigParser.parse(String input, MemcachedHashingStrategy memcachedHashingStrategy, String origin) Deprecated.static BucketConfigLegacyConfigHelper.toLegacyBucketConfig(ClusterTopologyWithBucket cluster) Methods in com.couchbase.client.core.config that return types with arguments of type BucketConfigMethods in com.couchbase.client.core.config with parameters of type BucketConfig -
Uses of BucketConfig in com.couchbase.client.core.msg.kv
Constructors in com.couchbase.client.core.msg.kv with parameters of type BucketConfigModifierConstructorDescriptionSubdocMutateRequest(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
Methods in com.couchbase.client.core.util that return types with arguments of type BucketConfigModifier 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