Uses of Class
com.couchbase.client.java.manager.collection.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)
Deprecated.ScopeSpec
CollectionManager. getScope(String scopeName, GetScopeOptions options)
Deprecated.useCollectionManager.getAllScopes(GetAllScopesOptions)
instead.Mono<ScopeSpec>
ReactiveCollectionManager. getScope(String scopeName, GetScopeOptions options)
Deprecated.
AsyncCollectionManager.getAllScopes(GetAllScopesOptions)
instead.