Uses of Interface
com.couchbase.client.core.config.BucketConfig
-
Packages that use BucketConfig Package Description com.couchbase.client.core.cnc.events.config com.couchbase.client.core.config com.couchbase.client.core.msg.kv com.couchbase.client.core.util -
-
Uses of BucketConfig in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return BucketConfig Modifier and Type Method Description BucketConfig
BucketConfigUpdatedEvent. config()
Constructors in com.couchbase.client.core.cnc.events.config with parameters of type BucketConfig Constructor Description BucketConfigUpdatedEvent(Context context, BucketConfig config)
-
Uses of BucketConfig in com.couchbase.client.core.config
Classes in com.couchbase.client.core.config that implement BucketConfig Modifier and Type Class Description class
AbstractBucketConfig
class
CouchbaseBucketConfig
class
MemcachedBucketConfig
Methods in com.couchbase.client.core.config that return BucketConfig Modifier and Type Method Description BucketConfig
ClusterConfig. bucketConfig(String bucketName)
static BucketConfig
BucketConfigParser. parse(String input, CoreEnvironment env, String origin)
Parse a raw configuration into aBucketConfig
.Methods in com.couchbase.client.core.config that return types with arguments of type BucketConfig Modifier and Type Method Description Map<String,BucketConfig>
ClusterConfig. bucketConfigs()
Methods in com.couchbase.client.core.config with parameters of type BucketConfig Modifier and Type Method Description void
ClusterConfig. setBucketConfig(BucketConfig config)
-
Uses of BucketConfig in com.couchbase.client.core.msg.kv
Constructors in com.couchbase.client.core.msg.kv with parameters of type BucketConfig Constructor Description SubdocMutateRequest(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, 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 BucketConfig Modifier and Type Method Description static Mono<BucketConfig>
BucketConfigUtil. waitForBucketConfig(Core core, String bucketName, Duration timeout)
A bucket config can be null while the bucket has not been opened.
-