Uses of Class
com.couchbase.client.java.manager.collection.DropCollectionOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.collection |
-
Uses of DropCollectionOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return DropCollectionOptions Modifier and Type Method Description static DropCollectionOptions
DropCollectionOptions. dropCollectionOptions()
Methods in com.couchbase.client.java.manager.collection with parameters of type DropCollectionOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncCollectionManager. dropCollection(CollectionSpec collectionSpec, DropCollectionOptions options)
Drops a collection if it exists.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.