Package | Description |
---|---|
com.couchbase.client.java.manager.collection |
Modifier and Type | Method and Description |
---|---|
static ScopeSpec |
ScopeSpec.create(String name) |
static ScopeSpec |
ScopeSpec.create(String name,
Set<CollectionSpec> collectionSpecs) |
ScopeSpec |
CollectionManager.getScope(String scopeName)
Returns the scope if it exists.
|
ScopeSpec |
CollectionManager.getScope(String scopeName,
GetScopeOptions options)
Returns the scope if it exists.
|
Modifier and Type | Method and Description |
---|---|
List<ScopeSpec> |
CollectionManager.getAllScopes()
Returns all scopes in this bucket.
|
Flux<ScopeSpec> |
ReactiveCollectionManager.getAllScopes()
Returns all scopes in this bucket.
|
CompletableFuture<List<ScopeSpec>> |
AsyncCollectionManager.getAllScopes()
Returns all scopes in this bucket.
|
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.
|
Mono<ScopeSpec> |
ReactiveCollectionManager.getScope(String scopeName)
Returns the scope if it exists.
|
CompletableFuture<ScopeSpec> |
AsyncCollectionManager.getScope(String scopeName)
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.