| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.writer |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<WriterResult> |
DefaultTableStoreWriter.addRowChangeWithFuture(List<RowChange> rowChanges) |
Future<WriterResult> |
TableStoreWriter.addRowChangeWithFuture(List<RowChange> rowChanges)
Batch write rows to the local buffer.
|
Future<WriterResult> |
DefaultTableStoreWriter.addRowChangeWithFuture(RowChange rowChange) |
Future<WriterResult> |
TableStoreWriter.addRowChangeWithFuture(RowChange rowChange)
The interface function is the same as
TableStoreWriter.addRowChange(com.alicloud.openservices.tablestore.model.RowChange),
but it will return a Future of the write result, indicating the success or failure status of writing this row. |
| 限定符和类型 | 方法和说明 |
|---|---|
CallbackImpledFuture<RowChange,WriterResult> |
Group.getFuture() |
Copyright © 2025. All Rights Reserved.