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 AsyncScope
ReactiveScope. async()
Returns the underlying async scope.AsyncScope
Scope. async()
Returns the underlying async scope.AsyncScope
AsyncBucket. defaultScope()
Opens the defaultAsyncScope
.AsyncScope
AsyncBucket. scope(String name)
Opens theAsyncScope
with 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)
-