Class ProtostellarCoreBucketManager
java.lang.Object
com.couchbase.client.core.protostellar.manager.ProtostellarCoreBucketManager
- 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) updateBucket
(CoreBucketSettings settings, CoreCommonOptions options) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.manager.CoreBucketManagerOps
getBucket
-
Constructor Details
-
ProtostellarCoreBucketManager
-
-
Method Details
-
createBucket
- Specified by:
createBucket
in interfaceCoreBucketManagerOps
-
updateBucket
- Specified by:
updateBucket
in interfaceCoreBucketManagerOps
-
dropBucket
- Specified by:
dropBucket
in interfaceCoreBucketManagerOps
-
getAllBuckets
- Specified by:
getAllBuckets
in interfaceCoreBucketManagerOps
-
flushBucket
- Specified by:
flushBucket
in interfaceCoreBucketManagerOps
-