Uses of Class
com.couchbase.client.java.manager.collection.ScopeSpec
-
Uses of ScopeSpec in com.couchbase.client.java.manager.collection
Modifier and TypeMethodDescriptionstatic ScopeSpec
Creates a newScopeSpec
with no collections attached.static ScopeSpec
ScopeSpec.create
(String name, Set<CollectionSpec> collectionSpecs) Creates a newScopeSpec
with a set ofCollectionSpec
s.Deprecated.CollectionManager.getScope
(String scopeName, GetScopeOptions options) Deprecated.useCollectionManager.getAllScopes(GetAllScopesOptions)
instead.Modifier and TypeMethodDescriptionAsyncCollectionManager.getAllScopes()
Returns all scopes in this bucket.AsyncCollectionManager.getAllScopes
(GetAllScopesOptions options) Returns all scopes in this bucket with custom options.CollectionManager.getAllScopes()
Returns all scopes in this bucket.CollectionManager.getAllScopes
(GetAllScopesOptions options) Returns all scopes in this bucket with custom options.ReactiveCollectionManager.getAllScopes()
Returns all scopes in this bucket.ReactiveCollectionManager.getAllScopes
(GetAllScopesOptions options) Returns all scopes in this bucket with custom options.Deprecated.useAsyncCollectionManager.getAllScopes()
instead.AsyncCollectionManager.getScope
(String scopeName, GetScopeOptions options) Deprecated.Deprecated.useReactiveCollectionManager.getAllScopes()
instead.ReactiveCollectionManager.getScope
(String scopeName, GetScopeOptions options) Deprecated.
CollectionManager.getAllScopes()
instead.