Uses of Class
com.couchbase.client.java.manager.bucket.GetBucketOptions
Packages that use GetBucketOptions
-
Uses of GetBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return GetBucketOptionsMethods in com.couchbase.client.java.manager.bucket with parameters of type GetBucketOptionsModifier and TypeMethodDescriptionAsyncBucketManager.getBucket
(String bucketName, GetBucketOptions options) Loads the properties of a bucket from the cluster with custom options.BucketManager.getBucket
(String bucketName, GetBucketOptions options) Loads the properties of a bucket from the cluster with custom options.ReactiveBucketManager.getBucket
(String bucketName, GetBucketOptions options) Loads the properties of a bucket from the cluster with custom options.