Uses of Class
com.couchbase.client.java.manager.collection.GetScopeOptions
-
Packages that use GetScopeOptions Package Description com.couchbase.client.java.manager.collection -
-
Uses of GetScopeOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return GetScopeOptions Modifier and Type Method Description static GetScopeOptionsGetScopeOptions. getScopeOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type GetScopeOptions Modifier and Type Method Description CompletableFuture<ScopeSpec>AsyncCollectionManager. getScope(String scopeName, GetScopeOptions options)Deprecated.ScopeSpecCollectionManager. getScope(String scopeName, GetScopeOptions options)Deprecated.useCollectionManager.getAllScopes(GetAllScopesOptions)instead.Mono<ScopeSpec>ReactiveCollectionManager. getScope(String scopeName, GetScopeOptions options)Deprecated.
-