Skip to content

/AWS1/CL_BTCFAIRSHAREUTILDET

The fairshare utilization for a job queue, including the number of active shares and top capacity utilization.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_activesharecount TYPE /AWS1/BTCLONG /AWS1/BTCLONG

The total number of active shares in the fairshare scheduling job queue that are currently utilizing capacity.

it_topcapacityutilization TYPE /AWS1/CL_BTCFAIRSHARECAPUTIL=>TT_FAIRSHARECAPACITYUTILLIST TT_FAIRSHARECAPACITYUTILLIST

A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.


Queryable Attributes

activeShareCount

The total number of active shares in the fairshare scheduling job queue that are currently utilizing capacity.

Accessible with the following methods

Method Description
GET_ACTIVESHARECOUNT() Getter for ACTIVESHARECOUNT, with configurable default
ASK_ACTIVESHARECOUNT() Getter for ACTIVESHARECOUNT w/ exceptions if field has no va
HAS_ACTIVESHARECOUNT() Determine if ACTIVESHARECOUNT has a value

topCapacityUtilization

A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.

Accessible with the following methods

Method Description
GET_TOPCAPACITYUTILIZATION() Getter for TOPCAPACITYUTILIZATION, with configurable default
ASK_TOPCAPACITYUTILIZATION() Getter for TOPCAPACITYUTILIZATION w/ exceptions if field has
HAS_TOPCAPACITYUTILIZATION() Determine if TOPCAPACITYUTILIZATION has a value