Uses of Class
com.couchbase.client.java.manager.bucket.FlushBucketOptions
Packages that use FlushBucketOptions
-
Uses of FlushBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return FlushBucketOptionsModifier and TypeMethodDescriptionstatic FlushBucketOptions
FlushBucketOptions.flushBucketOptions()
Methods in com.couchbase.client.java.manager.bucket with parameters of type FlushBucketOptionsModifier 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.