Uses of Class
com.couchbase.client.java.manager.bucket.FlushBucketOptions
-
Uses of FlushBucketOptions in com.couchbase.client.java.manager.bucket
Modifier and TypeMethodDescriptionstatic FlushBucketOptions
FlushBucketOptions.flushBucketOptions()
Modifier and TypeMethodDescriptionAsyncBucketManager.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.ReactiveBucketManager.flushBucket
(String bucketName, FlushBucketOptions options) Deletes all documents from ("flushes") a bucket with custom options.