Uses of Class
com.couchbase.client.java.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.AsyncScope
AsyncBucket. defaultScope()
Opens the defaultAsyncScope
.AsyncScope
AsyncBucket. scope(String name)
Opens theAsyncScope
with the given name.