Uses of Class
com.couchbase.client.java.manager.bucket.DropBucketOptions
Packages that use DropBucketOptions
-
Uses of DropBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return DropBucketOptionsMethods in com.couchbase.client.java.manager.bucket with parameters of type DropBucketOptionsModifier 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.