Uses of Class
com.couchbase.client.java.manager.collection.GetAllScopesOptions
Packages that use GetAllScopesOptions
-
Uses of GetAllScopesOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return GetAllScopesOptionsModifier and TypeMethodDescriptionstatic GetAllScopesOptions
GetAllScopesOptions.getAllScopesOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type GetAllScopesOptionsModifier and TypeMethodDescriptionAsyncCollectionManager.getAllScopes
(GetAllScopesOptions options) Returns all scopes in this bucket with custom options.CollectionManager.getAllScopes
(GetAllScopesOptions options) Returns all scopes in this bucket with custom options.ReactiveCollectionManager.getAllScopes
(GetAllScopesOptions options) Returns all scopes in this bucket with custom options.