Uses of Class
com.couchbase.client.java.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
.AsyncBucket
AsyncCluster. bucket(String bucketName)
Opens aAsyncBucket
with the given name.