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)
Deletes all documents from ("flushes") a bucket with custom options.
|
void |
BucketManager.flushBucket(String bucketName,
FlushBucketOptions options)
Deletes all documents from ("flushes") a bucket with custom options.
|
Mono<Void> |
ReactiveBucketManager.flushBucket(String bucketName,
FlushBucketOptions options)
Deletes all documents from ("flushes") a bucket with custom options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.