Uses of Class
com.couchbase.client.java.manager.collection.DropCollectionOptions
-
Packages that use 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()
Creates a new instance with default values.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 with custom options.void
CollectionManager. dropCollection(CollectionSpec collectionSpec, DropCollectionOptions options)
Drops a collection if it exists with custom options.Mono<Void>
ReactiveCollectionManager. dropCollection(CollectionSpec collectionSpec, DropCollectionOptions options)
Drops a collection if it exists with custom options.
-