/AWS1/CL_BTCQUEUESNAPUTILDET¶
The job queue utilization at a specific point in time, including total capacity usage, and quota share or fairshare utilization breakdown depending on the job queue scheduling policy.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_totalcapacityusage TYPE /AWS1/CL_BTCQUEUESNAPCAPUSAGE=>TT_QUEUESNAPCAPACITYUSAGELIST TT_QUEUESNAPCAPACITYUSAGELIST¶
The total capacity usage for the entire job queue.
io_fairshareutilization TYPE REF TO /AWS1/CL_BTCFAIRSHAREUTILDET /AWS1/CL_BTCFAIRSHAREUTILDET¶
The utilization information for a fairshare scheduling job queues, including active share count and top capacity utilization by share.
io_quotashareutilization TYPE REF TO /AWS1/CL_BTCQUOTASHAREUTILDET /AWS1/CL_BTCQUOTASHAREUTILDET¶
The utilization information for a job queue with a quota share scheduling policy.
iv_lastupdatedat TYPE /AWS1/BTCLONG /AWS1/BTCLONG¶
The Unix timestamp (in milliseconds) for when the queue utilization information was last updated.
Queryable Attributes¶
totalCapacityUsage¶
The total capacity usage for the entire job queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALCAPACITYUSAGE() |
Getter for TOTALCAPACITYUSAGE, with configurable default |
ASK_TOTALCAPACITYUSAGE() |
Getter for TOTALCAPACITYUSAGE w/ exceptions if field has no |
HAS_TOTALCAPACITYUSAGE() |
Determine if TOTALCAPACITYUSAGE has a value |
fairshareUtilization¶
The utilization information for a fairshare scheduling job queues, including active share count and top capacity utilization by share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAIRSHAREUTILIZATION() |
Getter for FAIRSHAREUTILIZATION |
quotaShareUtilization¶
The utilization information for a job queue with a quota share scheduling policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUOTASHAREUTILIZATION() |
Getter for QUOTASHAREUTILIZATION |
lastUpdatedAt¶
The Unix timestamp (in milliseconds) for when the queue utilization information was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |