CompletableFuture<List<ScopeSpec>> |
AsyncCollectionManager.getAllScopes() |
Returns all scopes in this bucket.
|
CompletableFuture<List<ScopeSpec>> |
AsyncCollectionManager.getAllScopes(GetAllScopesOptions options) |
Returns all scopes in this bucket.
|
List<ScopeSpec> |
CollectionManager.getAllScopes() |
Returns all scopes in this bucket.
|
List<ScopeSpec> |
CollectionManager.getAllScopes(GetAllScopesOptions options) |
Returns all scopes in this bucket.
|
Flux<ScopeSpec> |
ReactiveCollectionManager.getAllScopes() |
Returns all scopes in this bucket.
|
Flux<ScopeSpec> |
ReactiveCollectionManager.getAllScopes(GetAllScopesOptions options) |
Returns all scopes in this bucket.
|
CompletableFuture<ScopeSpec> |
AsyncCollectionManager.getScope(String scopeName) |
Returns the scope if it exists.
|
CompletableFuture<ScopeSpec> |
AsyncCollectionManager.getScope(String scopeName,
GetScopeOptions options) |
Returns the scope if it exists.
|
Mono<ScopeSpec> |
ReactiveCollectionManager.getScope(String scopeName) |
Returns the scope if it exists.
|
Mono<ScopeSpec> |
ReactiveCollectionManager.getScope(String scopeName,
GetScopeOptions options) |
Returns the scope if it exists.
|