| Package | Description |
|---|---|
| com.couchbase.client.java.manager.collection |
| Modifier and Type | Method and Description |
|---|---|
static CreateCollectionOptions |
CreateCollectionOptions.createCollectionOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionManager.createCollection(CollectionSpec collectionSpec,
CreateCollectionOptions options)
Creates a collection if it does not already exist.
|
Mono<Void> |
ReactiveCollectionManager.createCollection(CollectionSpec collectionSpec,
CreateCollectionOptions options)
Creates a collection if it does not already exist.
|
CompletableFuture<Void> |
AsyncCollectionManager.createCollection(CollectionSpec collectionSpec,
CreateCollectionOptions options)
Creates a collection if it does not already exist.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.