Class ClassicCoreBucketManager
java.lang.Object
com.couchbase.client.core.classic.manager.ClassicCoreBucketManager
- All Implemented Interfaces:
CoreBucketManagerOps
-
Constructor Summary
-
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:
createBucket
in interfaceCoreBucketManagerOps
-
updateBucket
- Specified by:
updateBucket
in interfaceCoreBucketManagerOps
-
dropBucket
- Specified by:
dropBucket
in interfaceCoreBucketManagerOps
-
getBucket
public CompletableFuture<CoreBucketSettings> getBucket(String bucketName, CoreCommonOptions options) - Specified by:
getBucket
in interfaceCoreBucketManagerOps
-
getAllBuckets
- Specified by:
getAllBuckets
in interfaceCoreBucketManagerOps
-
flushBucket
- Specified by:
flushBucket
in interfaceCoreBucketManagerOps
-