Uses of Class
com.couchbase.client.java.manager.collection.GetScopeOptions
Packages that use GetScopeOptions
-
Uses of GetScopeOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return GetScopeOptionsModifier and TypeMethodDescriptionstatic GetScopeOptions
GetScopeOptions.getScopeOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type GetScopeOptionsModifier and TypeMethodDescriptionAsyncCollectionManager.getScope
(String scopeName, GetScopeOptions options) Deprecated.CollectionManager.getScope
(String scopeName, GetScopeOptions options) Deprecated.useCollectionManager.getAllScopes(GetAllScopesOptions)
instead.ReactiveCollectionManager.getScope
(String scopeName, GetScopeOptions options) Deprecated.
AsyncCollectionManager.getAllScopes(GetAllScopesOptions)
instead.