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