Uses of Class
com.couchbase.client.java.manager.collection.CreateScopeOptions
-
Uses of CreateScopeOptions in com.couchbase.client.java.manager.collection
Modifier and TypeMethodDescriptionstatic CreateScopeOptions
CreateScopeOptions.createScopeOptions()
Creates a new instance with default values.Modifier 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.