| Package | Description |
|---|---|
| com.couchbase.client.java.manager.collection |
| Modifier and Type | Method and Description |
|---|---|
static GetAllScopesOptions |
GetAllScopesOptions.getAllScopesOptions() |
| Modifier and Type | Method and Description |
|---|---|
List<ScopeSpec> |
CollectionManager.getAllScopes(GetAllScopesOptions options)
Returns all scopes in this bucket.
|
Flux<ScopeSpec> |
ReactiveCollectionManager.getAllScopes(GetAllScopesOptions options)
Returns all scopes in this bucket.
|
CompletableFuture<List<ScopeSpec>> |
AsyncCollectionManager.getAllScopes(GetAllScopesOptions options)
Returns all scopes in this bucket.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.