/AWS1/CL_KYSREPLGROUPSTATUS¶
This shows the summary status of the keyspace after a new Amazon Web Services Region was added.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_region TYPE /AWS1/KYSREGION /AWS1/KYSREGION¶
The name of the Region that was added to the keyspace.
iv_keyspacestatus TYPE /AWS1/KYSKEYSPACESTATUS /AWS1/KYSKEYSPACESTATUS¶
The status of the keyspace.
Optional arguments:¶
iv_tablesreplicationprogress TYPE /AWS1/KYSTABLESREPLPROGRESS /AWS1/KYSTABLESREPLPROGRESS¶
This shows the replication progress of tables in the keyspace. The value is expressed as a percentage of the newly replicated tables with status
Activecompared to the total number of tables in the keyspace.
Queryable Attributes¶
region¶
The name of the Region that was added to the keyspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
keyspaceStatus¶
The status of the keyspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYSPACESTATUS() |
Getter for KEYSPACESTATUS, with configurable default |
ASK_KEYSPACESTATUS() |
Getter for KEYSPACESTATUS w/ exceptions if field has no valu |
HAS_KEYSPACESTATUS() |
Determine if KEYSPACESTATUS has a value |
tablesReplicationProgress¶
This shows the replication progress of tables in the keyspace. The value is expressed as a percentage of the newly replicated tables with status
Activecompared to the total number of tables in the keyspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLESREPLPROGRESS() |
Getter for TABLESREPLICATIONPROGRESS, with configurable defa |
ASK_TABLESREPLPROGRESS() |
Getter for TABLESREPLICATIONPROGRESS w/ exceptions if field |
HAS_TABLESREPLPROGRESS() |
Determine if TABLESREPLICATIONPROGRESS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REPLICATIONGROUPSTATUSLIST¶
TYPES TT_REPLICATIONGROUPSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KYSREPLGROUPSTATUS WITH DEFAULT KEY
.