Uses of Class
com.couchbase.client.java.manager.bucket.AsyncBucketManager
Packages that use 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.javaMethods in com.couchbase.client.java that return AsyncBucketManagerModifier and TypeMethodDescriptionAsyncCluster.buckets()Provides access to the bucket management services.
- 
Uses of AsyncBucketManager in com.couchbase.client.java.manager.bucketMethods in com.couchbase.client.java.manager.bucket that return AsyncBucketManagerModifier and TypeMethodDescriptionBucketManager.async()Provides access to theAsyncBucketManagerfor convenience.ReactiveBucketManager.async()Provides access to theAsyncBucketManagerfor convenience.Constructors in com.couchbase.client.java.manager.bucket with parameters of type AsyncBucketManagerModifierConstructorDescriptionBucketManager(ReactorOps reactor, AsyncBucketManager async) Creates a newBucketManager.ReactiveBucketManager(ReactorOps reactor, AsyncBucketManager async) Creates a newReactiveBucketManager.