| Package | Description |
|---|---|
| com.couchbase.client.java.manager.bucket |
APIs related to bucket management.
|
| Modifier and Type | Method and Description |
|---|---|
static GetBucketOptions |
GetBucketOptions.getBucketOptions() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<BucketSettings> |
AsyncBucketManager.getBucket(String bucketName,
GetBucketOptions options)
Loads the properties of a bucket from the cluster with custom options.
|
BucketSettings |
BucketManager.getBucket(String bucketName,
GetBucketOptions options)
Loads the properties of a bucket from the cluster with custom options.
|
Mono<BucketSettings> |
ReactiveBucketManager.getBucket(String bucketName,
GetBucketOptions options)
Loads the properties of a bucket from the cluster with custom options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.