Uses of Class
com.couchbase.client.java.manager.collection.GetAllScopesOptions
-
Packages that use GetAllScopesOptions Package Description com.couchbase.client.java.manager.collection -
-
Uses of GetAllScopesOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return GetAllScopesOptions Modifier and Type Method Description static GetAllScopesOptions
GetAllScopesOptions. getAllScopesOptions()
Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type GetAllScopesOptions Modifier and Type Method Description CompletableFuture<List<ScopeSpec>>
AsyncCollectionManager. getAllScopes(GetAllScopesOptions options)
Returns all scopes in this bucket with custom options.List<ScopeSpec>
CollectionManager. getAllScopes(GetAllScopesOptions options)
Returns all scopes in this bucket with custom options.Flux<ScopeSpec>
ReactiveCollectionManager. getAllScopes(GetAllScopesOptions options)
Returns all scopes in this bucket with custom options.
-