| Package | Description |
|---|---|
| com.couchbase.client.core.classic.manager | |
| com.couchbase.client.core.manager | |
| com.couchbase.client.core.protostellar.manager |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreBucketSettingsJson
Helper class for working with bucket JSON.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Map<String,CoreBucketSettings>> |
ClassicCoreBucketManager.getAllBuckets(CoreCommonOptions options) |
CompletableFuture<CoreBucketSettings> |
ClassicCoreBucketManager.getBucket(String bucketName,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
ClassicCoreBucketManager.createBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
CompletableFuture<Void> |
ClassicCoreBucketManager.updateBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Map<String,CoreBucketSettings>> |
CoreBucketManagerOps.getAllBuckets(CoreCommonOptions options) |
default CompletableFuture<CoreBucketSettings> |
CoreBucketManagerOps.getBucket(String bucketName,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
CoreBucketManagerOps.createBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
CompletableFuture<Void> |
CoreBucketManagerOps.updateBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Map<String,CoreBucketSettings>> |
ProtostellarCoreBucketManager.getAllBuckets(CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
ProtostellarCoreBucketManager.createBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.CreateBucketRequest> |
ProtostellarCoreBucketManagerRequests.createBucketRequest(CoreProtostellar core,
CoreBucketSettings settings,
CoreCommonOptions opts) |
CompletableFuture<Void> |
ProtostellarCoreBucketManager.updateBucket(CoreBucketSettings settings,
CoreCommonOptions options) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.UpdateBucketRequest> |
ProtostellarCoreBucketManagerRequests.updateBucketRequest(CoreProtostellar core,
CoreBucketSettings settings,
CoreCommonOptions opts) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.