Uses of Class
com.couchbase.client.java.manager.bucket.FlushBucketOptions
-
Packages that use FlushBucketOptions Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of FlushBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return FlushBucketOptions Modifier and Type Method Description static FlushBucketOptions
FlushBucketOptions. flushBucketOptions()
Methods in com.couchbase.client.java.manager.bucket with parameters of type FlushBucketOptions Modifier and Type Method 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.
-