Uses of Class
com.couchbase.client.java.manager.collection.DropCollectionOptions
-
Uses of DropCollectionOptions in com.couchbase.client.java.manager.collection
Modifier and TypeMethodDescriptionstatic DropCollectionOptions
DropCollectionOptions.dropCollectionOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncCollectionManager.dropCollection
(CollectionSpec collectionSpec, DropCollectionOptions options) Deprecated.AsyncCollectionManager.dropCollection
(String scopeName, String collectionName, DropCollectionOptions options) Drops a collection if it exists with custom options.void
CollectionManager.dropCollection
(CollectionSpec collectionSpec, DropCollectionOptions options) Deprecated.Please useCollectionManager.dropCollection(String, String, DropCollectionOptions)
instead.void
CollectionManager.dropCollection
(String scopeName, String collectionName, DropCollectionOptions options) Drops a collection if it exists with custom options.ReactiveCollectionManager.dropCollection
(CollectionSpec collectionSpec, DropCollectionOptions options) Deprecated.Please useReactiveCollectionManager.dropCollection(String, String, DropCollectionOptions)
instead.ReactiveCollectionManager.dropCollection
(String scopeName, String collectionName, DropCollectionOptions options) Drops a collection if it exists with custom options.
AsyncCollectionManager.dropCollection(String, String, DropCollectionOptions)
instead.