Uses of Class
com.couchbase.client.java.manager.collection.CreateScopeOptions
Packages that use CreateScopeOptions
-
Uses of CreateScopeOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return CreateScopeOptionsModifier and TypeMethodDescriptionstatic CreateScopeOptions
CreateScopeOptions.createScopeOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type CreateScopeOptionsModifier and TypeMethodDescriptionAsyncCollectionManager.createScope
(String scopeName, CreateScopeOptions options) Creates a scope if it does not already exist with custom options.void
CollectionManager.createScope
(String scopeName, CreateScopeOptions options) Creates a scope if it does not already exist with custom options.ReactiveCollectionManager.createScope
(String scopeName, CreateScopeOptions options) Creates a scope if it does not already exist with custom options.