Skip to content

/AWS1/CL_KYSWARMTHROUGHPUTSPEC

Specifies the warm throughput settings for a table. Pre-warming a table by specifying warm throughput pre-provisions read and write capacity units to help avoid capacity exceeded exceptions and reduce latency when your table starts receiving traffic.

For more information about pre-warming in Amazon Keyspaces, see Pre-warm a table in Amazon Keyspaces in the Amazon Keyspaces Developer Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_readunitspersecond TYPE /AWS1/KYSLONG /AWS1/KYSLONG

The number of read capacity units per second to pre-warm the table for read capacity throughput. The minimum value is 1.

iv_writeunitspersecond TYPE /AWS1/KYSLONG /AWS1/KYSLONG

The number of write capacity units per second to pre-warm the table for write capacity throughput. The minimum value is 1.


Queryable Attributes

readUnitsPerSecond

The number of read capacity units per second to pre-warm the table for read capacity throughput. The minimum value is 1.

Accessible with the following methods

Method Description
GET_READUNITSPERSECOND() Getter for READUNITSPERSECOND, with configurable default
ASK_READUNITSPERSECOND() Getter for READUNITSPERSECOND w/ exceptions if field has no
HAS_READUNITSPERSECOND() Determine if READUNITSPERSECOND has a value

writeUnitsPerSecond

The number of write capacity units per second to pre-warm the table for write capacity throughput. The minimum value is 1.

Accessible with the following methods

Method Description
GET_WRITEUNITSPERSECOND() Getter for WRITEUNITSPERSECOND, with configurable default
ASK_WRITEUNITSPERSECOND() Getter for WRITEUNITSPERSECOND w/ exceptions if field has no
HAS_WRITEUNITSPERSECOND() Determine if WRITEUNITSPERSECOND has a value