Package | Description |
---|---|
com.couchbase.client.java.manager.collection |
Modifier and Type | Method and Description |
---|---|
static GetScopeOptions |
GetScopeOptions.getScopeOptions() |
Modifier and Type | Method and Description |
---|---|
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.
|
CompletableFuture<ScopeSpec> |
AsyncCollectionManager.getScope(String scopeName,
GetScopeOptions options)
Returns the scope if it exists.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.