Uses of Class
com.couchbase.client.java.manager.collection.ScopeSpec
Packages that use ScopeSpec
-
Uses of ScopeSpec in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return ScopeSpecModifier 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.Methods in com.couchbase.client.java.manager.collection that return types with arguments of type ScopeSpecModifier 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.