/AWS1/CL_BTCGETJOBQUEUESNAPRSP¶
GetJobQueueSnapshotResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_frontofqueue TYPE REF TO /AWS1/CL_BTCFRONTOFQUEUEDETAIL /AWS1/CL_BTCFRONTOFQUEUEDETAIL¶
The list of the first 100
RUNNABLEjobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For job queues with an attached fair-share scheduling (FSS) or quota-share policy, jobs are ordered based on their job priority and share usage.
io_frontofquotashares TYPE REF TO /AWS1/CL_BTCFRONTOFQUOTASHRDET /AWS1/CL_BTCFRONTOFQUOTASHRDET¶
The first
RUNNABLEjob in each quota share. Jobs are ordered based on their job priority and share usage.
io_queueutilization TYPE REF TO /AWS1/CL_BTCQUEUESNAPUTILDET /AWS1/CL_BTCQUEUESNAPUTILDET¶
The job queue's capacity utilization, including total usage and breakdown per given share.
Queryable Attributes¶
frontOfQueue¶
The list of the first 100
RUNNABLEjobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For job queues with an attached fair-share scheduling (FSS) or quota-share policy, jobs are ordered based on their job priority and share usage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRONTOFQUEUE() |
Getter for FRONTOFQUEUE |
frontOfQuotaShares¶
The first
RUNNABLEjob in each quota share. Jobs are ordered based on their job priority and share usage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRONTOFQUOTASHARES() |
Getter for FRONTOFQUOTASHARES |
queueUtilization¶
The job queue's capacity utilization, including total usage and breakdown per given share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEUTILIZATION() |
Getter for QUEUEUTILIZATION |