| Package | Description |
|---|---|
| com.couchbase.client.java.manager.bucket |
APIs related to bucket management.
|
| Modifier and Type | Method and Description |
|---|---|
static GetAllBucketOptions |
GetAllBucketOptions.getAllBucketOptions() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Map<String,BucketSettings>> |
AsyncBucketManager.getAllBuckets(GetAllBucketOptions options) |
Map<String,BucketSettings> |
BucketManager.getAllBuckets(GetAllBucketOptions options) |
Mono<Map<String,BucketSettings>> |
ReactiveBucketManager.getAllBuckets(GetAllBucketOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.