Package | Description |
---|---|
com.couchbase.client.java.manager.collection |
Modifier and Type | Method and Description |
---|---|
static DropCollectionOptions |
DropCollectionOptions.dropCollectionOptions() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionManager.dropCollection(CollectionSpec collectionSpec,
DropCollectionOptions options)
Drops a collection if it exists.
|
Mono<Void> |
ReactiveCollectionManager.dropCollection(CollectionSpec collectionSpec,
DropCollectionOptions options)
Drops a collection if it exists.
|
CompletableFuture<Void> |
AsyncCollectionManager.dropCollection(CollectionSpec collectionSpec,
DropCollectionOptions options)
Drops a collection if it exists.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.