| Package | Description |
|---|---|
| com.couchbase.client.core.classic.manager | |
| com.couchbase.client.core.manager | |
| com.couchbase.client.core.protostellar.manager |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
ClassicCoreCollectionManagerOps.createCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions options) |
CompletableFuture<Void> |
ClassicCoreCollectionManagerOps.updateCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
CoreCollectionManager.createCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions options) |
CompletableFuture<Void> |
CoreCollectionManager.updateCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
ProtostellarCoreCollectionManagerOps.createCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions options) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest> |
CoreProtostellarCollectionManagerRequests.createCollectionRequest(CoreProtostellar core,
String bucketName,
String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions opts) |
CompletableFuture<Void> |
ProtostellarCoreCollectionManagerOps.updateCollection(String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions options) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.