Interface CoreBucketManagerOps
- All Known Implementing Classes:
ClassicCoreBucketManager,ProtostellarCoreBucketManager
-
Method Summary
Modifier and TypeMethodDescriptioncreateBucket(CoreBucketSettings settings, CoreCommonOptions options) dropBucket(String bucketName, CoreCommonOptions options) flushBucket(String bucketName, CoreCommonOptions options) getAllBuckets(CoreCommonOptions options) default CompletableFuture<CoreBucketSettings> getBucket(String bucketName, CoreCommonOptions options) updateBucket(CoreBucketSettings settings, CoreCommonOptions options)
-
Method Details
-
createBucket
-
updateBucket
-
dropBucket
-
getBucket
default CompletableFuture<CoreBucketSettings> getBucket(String bucketName, CoreCommonOptions options) -
getAllBuckets
-
flushBucket
-