CompletableFuture<Void> |
AsyncCollectionManager.createCollection(CollectionSpec collectionSpec) |
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 with custom options.
|
void |
CollectionManager.createCollection(CollectionSpec collectionSpec) |
Creates a collection if it does not already exist.
|
void |
CollectionManager.createCollection(CollectionSpec collectionSpec,
CreateCollectionOptions options) |
Creates a collection if it does not already exist with custom options.
|
Mono<Void> |
ReactiveCollectionManager.createCollection(CollectionSpec collectionSpec) |
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 with custom options.
|
CompletableFuture<Void> |
AsyncCollectionManager.dropCollection(CollectionSpec collectionSpec) |
Drops a collection if it exists.
|
CompletableFuture<Void> |
AsyncCollectionManager.dropCollection(CollectionSpec collectionSpec,
DropCollectionOptions options) |
Drops a collection if it exists with custom options.
|
void |
CollectionManager.dropCollection(CollectionSpec collectionSpec) |
Drops a collection if it exists.
|
void |
CollectionManager.dropCollection(CollectionSpec collectionSpec,
DropCollectionOptions options) |
Drops a collection if it exists with custom options.
|
Mono<Void> |
ReactiveCollectionManager.dropCollection(CollectionSpec collectionSpec) |
Drops a collection if it exists.
|
Mono<Void> |
ReactiveCollectionManager.dropCollection(CollectionSpec collectionSpec,
DropCollectionOptions options) |
Drops a collection if it exists with custom options.
|