| 限定符和类型 | 方法和说明 |
|---|---|
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 |
DeleteRowResponse.getConsumedCapacity()
Get the capacity unit consumed by this operation.
|
ConsumedCapacity |
BatchGetRowResponse.RowResult.getConsumedCapacity() |
ConsumedCapacity |
ComputeSplitsBySizeResponse.getConsumedCapacity()
Get the CU value consumed by the ComputeSplitsBySize operation.
|
ConsumedCapacity |
BulkExportResponse.getConsumedCapacity()
Get the CapacityUnit consumed by this operation.
|
ConsumedCapacity |
BulkImportResponse.RowResult.getConsumedCapacity()
If the row query succeeds, return the consumed capacity unit.
|
ConsumedCapacity |
GetRangeResponse.getConsumedCapacity()
Get the CapacityUnit consumed by this operation.
|
ConsumedCapacity |
BatchWriteRowResponse.RowResult.getConsumedCapacity()
If the query of this row succeeds, the consumed capacity unit is returned.
|
ConsumedCapacity |
PutRowResponse.getConsumedCapacity()
Get the capacity unit consumed by this operation.
|
ConsumedCapacity |
GetRowResponse.getConsumedCapacity()
Get the capacity unit consumed by this operation.
|
ConsumedCapacity |
UpdateRowResponse.getConsumedCapacity()
Get the capacity unit consumed by this operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ComputeSplitsBySizeResponse.setConsumedCapacity(ConsumedCapacity consumedCapacity)
Sets the CU value parameter consumed by the ComputeSplitsBySize operation.
|
| 构造器和说明 |
|---|
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) |
RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index)
internal use
|
RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index,
byte[] nextToken) |
UpdateRowResponse(Response meta,
Row row,
ConsumedCapacity consumedCapacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConsumedCapacity |
SearchResponse.getConsumed() |
ConsumedCapacity |
SearchResponse.getReservedConsumed() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SearchResponse.setConsumed(ConsumedCapacity consumed) |
void |
SearchResponse.setReservedConsumed(ConsumedCapacity reservedConsumed) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,ConsumedCapacity> |
SQLQueryResponse.getConsumedCapacity()
Get the CapacityUnit consumed by this operation.
|
| 构造器和说明 |
|---|
SQLQueryResponse(Response meta,
Map<String,ConsumedCapacity> consumedCapacityByTable,
SQLPayloadVersion version,
SQLStatementType type,
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString rows)
internal use
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConsumedCapacity |
RowReadResult.getConsumedCapacity() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RowReadResult.setConsumedCapacity(ConsumedCapacity consumedCapacity) |
| 构造器和说明 |
|---|
TimestreamDBClient(AsyncClient asyncClient,
TimestreamDBConfiguration config,
WriterConfig writerConfig,
TableStoreCallback<RowChange,ConsumedCapacity> callback)
Constructor of TimestreamDBClient
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConsumedCapacity |
RowWriteResult.getConsumedCapacity() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RowWriteResult.setConsumedCapacity(ConsumedCapacity consumedCapacity) |
| 构造器和说明 |
|---|
RowWriteResult(ConsumedCapacity consumedCapacity,
Row row) |
Copyright © 2025. All Rights Reserved.