Uses of Class
com.couchbase.client.java.manager.collection.CreateScopeOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.collection |
-
Uses of CreateScopeOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return CreateScopeOptions Modifier and Type Method Description static CreateScopeOptions
CreateScopeOptions. createScopeOptions()
Methods in com.couchbase.client.java.manager.collection with parameters of type CreateScopeOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncCollectionManager. createScope(String scopeName, CreateScopeOptions options)
Creates a scope if it does not already exist.void
CollectionManager. createScope(String scopeName, CreateScopeOptions options)
Creates a scope if it does not already exist.Mono<Void>
ReactiveCollectionManager. createScope(String scopeName, CreateScopeOptions options)
Creates a scope if it does not already exist.