/AWS1/CL_GLUCRAWLERHISTORY¶
Contains the information for a run of a crawler.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_crawlid TYPE /AWS1/GLUCRAWLID /AWS1/GLUCRAWLID¶
A UUID identifier for each crawl.
iv_state TYPE /AWS1/GLUCRAWLERHISTORYSTATE /AWS1/GLUCRAWLERHISTORYSTATE¶
The state of the crawl.
iv_starttime TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The date and time on which the crawl started.
iv_endtime TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The date and time on which the crawl ended.
iv_summary TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.
iv_errormessage TYPE /AWS1/GLUDESCRIPTIONSTRING /AWS1/GLUDESCRIPTIONSTRING¶
If an error occurred, the error message associated with the crawl.
iv_loggroup TYPE /AWS1/GLULOGGROUP /AWS1/GLULOGGROUP¶
The log group associated with the crawl.
iv_logstream TYPE /AWS1/GLULOGSTREAM /AWS1/GLULOGSTREAM¶
The log stream associated with the crawl.
iv_messageprefix TYPE /AWS1/GLUMESSAGEPREFIX /AWS1/GLUMESSAGEPREFIX¶
The prefix for a CloudWatch message about this crawl.
iv_dpuhour TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The number of data processing units (DPU) used in hours for the crawl.
Queryable Attributes¶
CrawlId¶
A UUID identifier for each crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRAWLID() |
Getter for CRAWLID, with configurable default |
ASK_CRAWLID() |
Getter for CRAWLID w/ exceptions if field has no value |
HAS_CRAWLID() |
Determine if CRAWLID has a value |
State¶
The state of the crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StartTime¶
The date and time on which the crawl started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The date and time on which the crawl ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
Summary¶
A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY, with configurable default |
ASK_SUMMARY() |
Getter for SUMMARY w/ exceptions if field has no value |
HAS_SUMMARY() |
Determine if SUMMARY has a value |
ErrorMessage¶
If an error occurred, the error message associated with the crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
LogGroup¶
The log group associated with the crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUP() |
Getter for LOGGROUP, with configurable default |
ASK_LOGGROUP() |
Getter for LOGGROUP w/ exceptions if field has no value |
HAS_LOGGROUP() |
Determine if LOGGROUP has a value |
LogStream¶
The log stream associated with the crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGSTREAM() |
Getter for LOGSTREAM, with configurable default |
ASK_LOGSTREAM() |
Getter for LOGSTREAM w/ exceptions if field has no value |
HAS_LOGSTREAM() |
Determine if LOGSTREAM has a value |
MessagePrefix¶
The prefix for a CloudWatch message about this crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEPREFIX() |
Getter for MESSAGEPREFIX, with configurable default |
ASK_MESSAGEPREFIX() |
Getter for MESSAGEPREFIX w/ exceptions if field has no value |
HAS_MESSAGEPREFIX() |
Determine if MESSAGEPREFIX has a value |
DPUHour¶
The number of data processing units (DPU) used in hours for the crawl.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DPUHOUR() |
Getter for DPUHOUR |
ASK_DPUHOUR() |
Getter for DPUHOUR w/ exceptions if field has no value |
STR_DPUHOUR() |
String format for DPUHOUR |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CRAWLERHISTORYLIST¶
TYPES TT_CRAWLERHISTORYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUCRAWLERHISTORY WITH DEFAULT KEY
.