public interface IBackupStore<T>
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
delete(ItemValue<T> data) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
store(ItemValue<T> data) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
storeRaw(java.lang.String partitionKey,
byte[] key,
byte[] raw) |
Copyright © 2023. All Rights Reserved.