Uses of Class
com.couchbase.client.java.manager.bucket.GetAllBucketOptions
-
Packages that use GetAllBucketOptions Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of GetAllBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return GetAllBucketOptions Modifier and Type Method Description static GetAllBucketOptions
GetAllBucketOptions. getAllBucketOptions()
Methods in com.couchbase.client.java.manager.bucket with parameters of type GetAllBucketOptions Modifier and Type Method Description CompletableFuture<Map<String,BucketSettings>>
AsyncBucketManager. getAllBuckets(GetAllBucketOptions options)
Loads the properties of all buckets the current user has access to from the cluster.Map<String,BucketSettings>
BucketManager. getAllBuckets(GetAllBucketOptions options)
Loads the properties of all buckets the current user has access to from the cluster.Mono<Map<String,BucketSettings>>
ReactiveBucketManager. getAllBuckets(GetAllBucketOptions options)
Loads the properties of all buckets the current user has access to from the cluster.
-