|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.services.moladb.model.ProvisionedThroughputDescription
public class ProvisionedThroughputDescription
Represents the provision throughput numbers for a specified table.
Constructor Summary | |
---|---|
ProvisionedThroughputDescription()
Constructs a new ProvisionedThroughputDescription object. |
Method Summary | |
---|---|
Date |
getLastDescreaseDateTime()
Get the time of last decreasing provision throughput setting operation. |
Date |
getLastIncreaseDateTime()
Get the time of last increasing provision throughput setting operation. |
Integer |
getNumberOfDecreasesToday()
Get the number of decreasing provision throughput setting operation today. |
long |
getReadCapacityUnits()
Get the number of read capacity for this table. |
long |
getWriteCapacityUnits()
Get the number of write capacity for this table. |
void |
setLastDescreaseDateTime(Date time)
Set the time of last decreasing provision throughput setting operation. |
void |
setLastIncreaseDateTime(Date time)
Set the time of last increasing provision throughput setting operation. |
void |
setNumberOfDecreasesToday(Integer count)
Set the number of decreasing provision throughput setting operation today. |
void |
setReadCapacityUnits(Long capacity)
Set the number of read capacity for this table. |
void |
setWriteCapacityUnits(Long capacity)
Set the number of write capacity for this table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProvisionedThroughputDescription()
Method Detail |
---|
public Date getLastDescreaseDateTime()
public void setLastDescreaseDateTime(Date time)
time
- The time of last decreasing provision throughput setting operation, the type is Date.public Date getLastIncreaseDateTime()
public void setLastIncreaseDateTime(Date time)
time
- The time of last increasing provision throughput setting operation, the type is Date.public Integer getNumberOfDecreasesToday()
public void setNumberOfDecreasesToday(Integer count)
count
- The number of decreasing provision throughput setting operation today.public long getReadCapacityUnits()
public long getWriteCapacityUnits()
public void setReadCapacityUnits(Long capacity)
capacity
- The number of read capacity for this table, the type is in long type.
IllegalArgumentException
- if the number of write capacity is not great than 0.public void setWriteCapacityUnits(Long capacity)
capacity
- The number of write capacity for this table, the type is in long type.
IllegalArgumentException
- if the number of write capacity is not great than 0.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |