Uses of Class
com.couchbase.client.java.manager.collection.DropCollectionOptions
Packages that use DropCollectionOptions
-
Uses of DropCollectionOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return DropCollectionOptionsModifier and TypeMethodDescriptionstatic DropCollectionOptions
DropCollectionOptions.dropCollectionOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type DropCollectionOptionsModifier and TypeMethodDescriptionAsyncCollectionManager.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.ReactiveCollectionManager.dropCollection
(CollectionSpec collectionSpec, DropCollectionOptions options) Drops a collection if it exists with custom options.