Class ClassicCoreBucketManager
java.lang.Object
com.couchbase.client.core.classic.manager.ClassicCoreBucketManager
- All Implemented Interfaces:
CoreBucketManagerOps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBucket(CoreBucketSettings settings, CoreCommonOptions options) dropBucket(String bucketName, CoreCommonOptions options) flushBucket(String bucketName, CoreCommonOptions options) getAllBuckets(CoreCommonOptions options) getBucket(String bucketName, CoreCommonOptions options) updateBucket(CoreBucketSettings settings, CoreCommonOptions options)
-
Constructor Details
-
ClassicCoreBucketManager
-
-
Method Details
-
createBucket
- Specified by:
createBucketin interfaceCoreBucketManagerOps
-
updateBucket
- Specified by:
updateBucketin interfaceCoreBucketManagerOps
-
dropBucket
- Specified by:
dropBucketin interfaceCoreBucketManagerOps
-
getBucket
public CompletableFuture<CoreBucketSettings> getBucket(String bucketName, CoreCommonOptions options) - Specified by:
getBucketin interfaceCoreBucketManagerOps
-
getAllBuckets
- Specified by:
getAllBucketsin interfaceCoreBucketManagerOps
-
flushBucket
- Specified by:
flushBucketin interfaceCoreBucketManagerOps
-