@Deprecated @Stability.Internal public class CoreBucketManager extends Object
CoreBucketManagerOps. Remove once all SDKs have implemented that.| Constructor and Description |
|---|
CoreBucketManager(Core core)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
createBucket(Map<String,String> settings,
CoreCommonOptions options)
Deprecated.
|
CompletableFuture<Void> |
dropBucket(String bucketName,
CoreCommonOptions options)
Deprecated.
|
CompletableFuture<Void> |
flushBucket(String bucketName,
CoreCommonOptions options)
Deprecated.
|
CompletableFuture<Map<String,byte[]>> |
getAllBuckets(CoreCommonOptions options)
Deprecated.
|
CompletableFuture<byte[]> |
getBucket(String bucketName,
CoreCommonOptions options)
Deprecated.
|
CompletableFuture<Void> |
updateBucket(Map<String,String> settings,
CoreCommonOptions options)
Deprecated.
|
public CoreBucketManager(Core core)
public CompletableFuture<Void> createBucket(Map<String,String> settings, CoreCommonOptions options)
public CompletableFuture<Void> updateBucket(Map<String,String> settings, CoreCommonOptions options)
public CompletableFuture<Void> dropBucket(String bucketName, CoreCommonOptions options)
public CompletableFuture<byte[]> getBucket(String bucketName, CoreCommonOptions options)
public CompletableFuture<Map<String,byte[]>> getAllBuckets(CoreCommonOptions options)
public CompletableFuture<Void> flushBucket(String bucketName, CoreCommonOptions options)
Copyright © 2024 Couchbase, Inc.. All rights reserved.