Uses of Class
com.couchbase.client.java.manager.bucket.GetBucketOptions
-
Packages that use GetBucketOptions Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of GetBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return GetBucketOptions Modifier and Type Method Description static GetBucketOptions
GetBucketOptions. getBucketOptions()
Methods in com.couchbase.client.java.manager.bucket with parameters of type GetBucketOptions Modifier and Type Method Description CompletableFuture<BucketSettings>
AsyncBucketManager. getBucket(String bucketName, GetBucketOptions options)
Loads the properties of a bucket from the cluster with custom options.BucketSettings
BucketManager. getBucket(String bucketName, GetBucketOptions options)
Loads the properties of a bucket from the cluster with custom options.Mono<BucketSettings>
ReactiveBucketManager. getBucket(String bucketName, GetBucketOptions options)
Loads the properties of a bucket from the cluster with custom options.
-