限定符和类型 | 方法和说明 |
---|---|
TableStoreCallback<RowChange,ConsumedCapacity> |
DefaultTableStoreWriter.getCallback() |
TableStoreCallback<RowChange,ConsumedCapacity> |
TableStoreWriter.getCallback()
已过时。
please change to
TableStoreWriter.getResultCallback() |
限定符和类型 | 方法和说明 |
---|---|
void |
DefaultTableStoreWriter.setCallback(TableStoreCallback<RowChange,ConsumedCapacity> callback) |
void |
TableStoreWriter.setCallback(TableStoreCallback<RowChange,ConsumedCapacity> callback)
已过时。
please change to
TableStoreWriter.setResultCallback(TableStoreCallback) |
构造器和说明 |
---|
DefaultTableStoreWriter(AsyncClientInterface ots,
String tableName,
WriterConfig config,
TableStoreCallback<RowChange,ConsumedCapacity> callback,
Executor executor) |
限定符和类型 | 方法和说明 |
---|---|
ConsumedCapacity |
GetRowResponse.getConsumedCapacity()
获取此次操作消耗的能力单元。
|
ConsumedCapacity |
ComputeSplitsBySizeResponse.getConsumedCapacity()
获得ComputeSplitsBySize操作所消耗的CU数值。
|
ConsumedCapacity |
BatchWriteRowResponse.RowResult.getConsumedCapacity()
若该行查询成功,则返回消耗的能力单元。
|
ConsumedCapacity |
UpdateRowResponse.getConsumedCapacity()
获取此次操作消耗的能力单元。
|
ConsumedCapacity |
BatchGetRowResponse.RowResult.getConsumedCapacity() |
ConsumedCapacity |
GetRangeResponse.getConsumedCapacity()
获取此次操作消耗的CapacityUnit。
|
ConsumedCapacity |
PutRowResponse.getConsumedCapacity()
获取此次操作消耗的能力单元。
|
ConsumedCapacity |
BulkExportResponse.getConsumedCapacity()
获取此次操作消耗的CapacityUnit。
|
ConsumedCapacity |
DeleteRowResponse.getConsumedCapacity()
获取此次操作消耗的能力单元。
|
ConsumedCapacity |
BulkImportResponse.RowResult.getConsumedCapacity()
若该行查询成功,则返回消耗的能力单元。
|
限定符和类型 | 方法和说明 |
---|---|
void |
ComputeSplitsBySizeResponse.setConsumedCapacity(ConsumedCapacity consumedCapacity)
设置ComputeSplitsBySize操作所消耗的CU数值参数。
|
构造器和说明 |
---|
BulkExportResponse(Response meta,
ConsumedCapacity consumedCapacity) |
DeleteRowResponse(Response meta,
Row row,
ConsumedCapacity consumedCapacity) |
GetRangeResponse(Response meta,
ConsumedCapacity consumedCapacity)
internal use
|
GetRowResponse(Response meta,
Row row,
ConsumedCapacity consumedCapacity) |
PutRowResponse(Response meta,
Row row,
ConsumedCapacity consumedCapacity) |
RowResult(ConsumedCapacity consumedCapacity,
int index)
internal use
|
RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index)
internal use
|
RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index) |
RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index,
byte[] nextToken) |
UpdateRowResponse(Response meta,
Row row,
ConsumedCapacity consumedCapacity) |
构造器和说明 |
---|
TimestreamDBClient(AsyncClient asyncClient,
TimestreamDBConfiguration config,
WriterConfig writerConfig,
TableStoreCallback<RowChange,ConsumedCapacity> callback)
TimestreamDBClient的构造函数
|
限定符和类型 | 方法和说明 |
---|---|
ConsumedCapacity |
RowWriteResult.getConsumedCapacity() |
限定符和类型 | 方法和说明 |
---|---|
void |
RowWriteResult.setConsumedCapacity(ConsumedCapacity consumedCapacity) |
构造器和说明 |
---|
RowWriteResult(ConsumedCapacity consumedCapacity,
Row row) |
Copyright © 2019. All Rights Reserved.