Uses of Class
com.couchbase.client.java.manager.collection.DropScopeOptions
-
Packages that use DropScopeOptions Package Description com.couchbase.client.java.manager.collection -
-
Uses of DropScopeOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return DropScopeOptions Modifier and Type Method Description static DropScopeOptions
DropScopeOptions. dropScopeOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type DropScopeOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncCollectionManager. dropScope(String scopeName, DropScopeOptions options)
Drops a scope if it exists with custom options.void
CollectionManager. dropScope(String scopeName, DropScopeOptions options)
Drops a scope if it exists with custom options.Mono<Void>
ReactiveCollectionManager. dropScope(String scopeName, DropScopeOptions options)
Drops a scope if it exists with custom options.
-