Uses of Class
com.couchbase.client.java.manager.bucket.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)
Map<String,BucketSettings>
BucketManager. getAllBuckets(GetAllBucketOptions options)
Mono<Map<String,BucketSettings>>
ReactiveBucketManager. getAllBuckets(GetAllBucketOptions options)