Package | Description |
---|---|
com.couchbase.client.java.manager.bucket |
APIs related to bucket management.
|
Modifier and Type | Method and Description |
---|---|
static CreateBucketOptions |
CreateBucketOptions.createBucketOptions() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
AsyncBucketManager.createBucket(BucketSettings settings,
CreateBucketOptions options) |
void |
BucketManager.createBucket(BucketSettings settings,
CreateBucketOptions options) |
Mono<Void> |
ReactiveBucketManager.createBucket(BucketSettings settings,
CreateBucketOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.