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. -
-
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.Methods in com.couchbase.client.java that return types with arguments of type AsyncScope Modifier and Type Method Description CompletableFuture<AsyncScope>
AsyncBucket. defaultScope()
Opens the defaultAsyncScope
.CompletableFuture<AsyncScope>
AsyncBucket. scope(String name)
Opens theAsyncScope
with the given name.
-