Uses of Class
com.couchbase.client.java.manager.bucket.GetAllBucketOptions
Packages that use GetAllBucketOptions
-
Uses of GetAllBucketOptions in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return GetAllBucketOptionsModifier and TypeMethodDescriptionstatic GetAllBucketOptionsGetAllBucketOptions.getAllBucketOptions()Methods in com.couchbase.client.java.manager.bucket with parameters of type GetAllBucketOptionsModifier and TypeMethodDescriptionAsyncBucketManager.getAllBuckets(GetAllBucketOptions options) Loads the properties of all buckets the current user has access to from the cluster.BucketManager.getAllBuckets(GetAllBucketOptions options) Loads the properties of all buckets the current user has access to from the cluster.reactor.core.publisher.Mono<Map<String, BucketSettings>> ReactiveBucketManager.getAllBuckets(GetAllBucketOptions options) Loads the properties of all buckets the current user has access to from the cluster.