Uses of Class
com.couchbase.client.java.manager.bucket.AsyncBucketManager
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
APIs related to bucket management.
-
Uses of AsyncBucketManager in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCluster.buckets()
Provides access to the bucket management services. -
Uses of AsyncBucketManager in com.couchbase.client.java.manager.bucket
Modifier and TypeMethodDescriptionBucketManager.async()
Provides access to theAsyncBucketManager
for convenience.ReactiveBucketManager.async()
Provides access to theAsyncBucketManager
for convenience.ModifierConstructorDescriptionBucketManager
(AsyncBucketManager async) Creates a newBucketManager
.Creates a newReactiveBucketManager
.