Uses of Class
com.couchbase.client.java.AsyncScope
-
Packages that use AsyncScope Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.manager.search -
-
Uses of AsyncScope in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncScope Modifier and Type Method Description AsyncScopeReactiveScope. async()Returns the underlying async scope.AsyncScopeScope. async()Returns the underlying async scope.AsyncScopeAsyncBucket. defaultScope()Opens the defaultAsyncScope.AsyncScopeAsyncBucket. scope(String name)Opens theAsyncScopewith the given name. -
Uses of AsyncScope in com.couchbase.client.java.manager.search
Constructors in com.couchbase.client.java.manager.search with parameters of type AsyncScope Constructor Description AsyncScopeSearchIndexManager(CoreCouchbaseOps couchbaseOps, AsyncScope scope)
-