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