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 DropCollectionOptionsDropCollectionOptions.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) Deprecated.AsyncCollectionManager.dropCollection(String scopeName, String collectionName, DropCollectionOptions options) Drops a collection if it exists with custom options.voidCollectionManager.dropCollection(CollectionSpec collectionSpec, DropCollectionOptions options) Deprecated.Please useCollectionManager.dropCollection(String, String, DropCollectionOptions)instead.voidCollectionManager.dropCollection(String scopeName, String collectionName, DropCollectionOptions options) Drops a collection if it exists with custom options.reactor.core.publisher.Mono<Void> ReactiveCollectionManager.dropCollection(CollectionSpec collectionSpec, DropCollectionOptions options) Deprecated.Please useReactiveCollectionManager.dropCollection(String, String, DropCollectionOptions)instead.reactor.core.publisher.Mono<Void> ReactiveCollectionManager.dropCollection(String scopeName, String collectionName, DropCollectionOptions options) Drops a collection if it exists with custom options.
AsyncCollectionManager.dropCollection(String, String, DropCollectionOptions)instead.