Uses of Class
com.couchbase.client.java.AsyncBucket
-
Packages that use AsyncBucket Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK. -
-
Uses of AsyncBucket in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncBucket Modifier and Type Method Description AsyncBucket
Bucket. async()
Provides access to the underlyingAsyncBucket
.AsyncBucket
ReactiveBucket. async()
Provides access to the underlyingAsyncBucket
.Methods in com.couchbase.client.java that return types with arguments of type AsyncBucket Modifier and Type Method Description CompletableFuture<AsyncBucket>
AsyncCluster. bucket(String name)
Opens aAsyncBucket
with the given name.
-