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) |
BucketSettings |
BucketManager.getBucket(String bucketName,
GetBucketOptions options) |
Mono<BucketSettings> |
ReactiveBucketManager.getBucket(String bucketName,
GetBucketOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.