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 GetScopeOptions
GetScopeOptions. getScopeOptions()
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)
Returns the scope if it exists.ScopeSpec
CollectionManager. getScope(String scopeName, GetScopeOptions options)
Returns the scope if it exists.Mono<ScopeSpec>
ReactiveCollectionManager. getScope(String scopeName, GetScopeOptions options)
Returns the scope if it exists.
-