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 FlushBucketOptionsFlushBucketOptions.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.voidBucketManager.flushBucket(String bucketName, FlushBucketOptions options) Deletes all documents from ("flushes") a bucket with custom options.reactor.core.publisher.Mono<Void> ReactiveBucketManager.flushBucket(String bucketName, FlushBucketOptions options) Deletes all documents from ("flushes") a bucket with custom options.