Uses of Class
com.couchbase.client.java.AsyncScope
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of AsyncScope in com.couchbase.client.java
Modifier and TypeMethodDescriptionReactiveScope.async()
Returns the underlying async scope.Scope.async()
Returns the underlying async scope.AsyncBucket.defaultScope()
Opens the defaultAsyncScope
.Opens theAsyncScope
with the given name. -
Uses of AsyncScope in com.couchbase.client.java.manager.search
ModifierConstructorDescriptionAsyncScopeSearchIndexManager
(CoreCouchbaseOps couchbaseOps, AsyncScope scope, AsyncCluster cluster)