| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static CapacityUnit |
OTSProtocolParser.parseCapacityUnit(OtsInternalApi.CapacityUnit capacityUnit) |
| 限定符和类型 | 方法和说明 |
|---|---|
CapacityUnit |
ReservedThroughput.getCapacityUnit()
Get the value of the table's reserved throughput.
|
CapacityUnit |
ConsumedCapacity.getCapacityUnit()
Returns the consumed capacity unit.
|
CapacityUnit |
ReservedThroughputDetails.getCapacityUnit()
Get the CapacityUnit settings for the current table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReservedThroughput.setCapacityUnit(CapacityUnit capacityUnit)
Sets the reserved throughput value for the table; you must set both the read and write capacity units simultaneously.
|
void |
ConsumedCapacity.setCapacityUnit(CapacityUnit capacityUnit) |
| 构造器和说明 |
|---|
ConsumedCapacity(CapacityUnit capacityUnit) |
ConsumedCapacity(CapacityUnit capacityUnit,
CapacityDataSize capacityDataSize) |
ReservedThroughput(CapacityUnit capacityUnit)
Initialize
ReservedThroughput. |
ReservedThroughputDetails(CapacityUnit capacityUnit,
long lastIncreaseTime,
long lastDecreaseTime) |
Copyright © 2025. All Rights Reserved.