Uses of Class
com.couchbase.client.java.manager.bucket.DropBucketOptions
-
Uses of DropBucketOptions in com.couchbase.client.java.manager.bucket
Modifier and TypeMethodDescriptionAsyncBucketManager.dropBucket
(String bucketName, DropBucketOptions options) Drops ("deletes") a bucket from the cluster with custom options.void
BucketManager.dropBucket
(String bucketName, DropBucketOptions options) Drops ("deletes") a bucket from the cluster with custom options.ReactiveBucketManager.dropBucket
(String bucketName, DropBucketOptions options) Drops ("deletes") a bucket from the cluster with custom options.