程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.model |
限定符和类型 | 方法和说明 |
---|---|
ConsumedCapacity |
UpdateRowResponse.getConsumedCapacity()
获取此次操作消耗的能力单元。
|
ConsumedCapacity |
PutRowResponse.getConsumedCapacity()
获取此次操作消耗的能力单元。
|
ConsumedCapacity |
GetRowResponse.getConsumedCapacity()
获取此次操作消耗的能力单元。
|
ConsumedCapacity |
GetRangeResponse.getConsumedCapacity()
获取此次操作消耗的CapacityUnit。
|
ConsumedCapacity |
DeleteRowResponse.getConsumedCapacity()
获取此次操作消耗的能力单元。
|
ConsumedCapacity |
BatchWriteRowResponse.RowResult.getConsumedCapacity()
若该行查询成功,则返回消耗的能力单元。
|
ConsumedCapacity |
BatchGetRowResponse.RowResult.getConsumedCapacity() |
构造器和说明 |
---|
BatchGetRowResponse.RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index) |
BatchGetRowResponse.RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index,
byte[] nextToken) |
BatchWriteRowResponse.RowResult(String tableName,
Row row,
ConsumedCapacity consumedCapacity,
int index)
internal use
|
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) |
UpdateRowResponse(Response meta,
Row row,
ConsumedCapacity consumedCapacity) |
Copyright © 2017. All Rights Reserved.