Uses of Class
com.couchbase.client.java.AsyncScope
Packages that use AsyncScope
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of AsyncScope in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncScopeModifier 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
Constructors in com.couchbase.client.java.manager.search with parameters of type AsyncScopeModifierConstructorDescriptionAsyncScopeSearchIndexManager
(CoreCouchbaseOps couchbaseOps, AsyncScope scope, AsyncCluster cluster)