/AWS1/CL_BTCNODEPRPSSUMMARY¶
An object that represents the properties of a node that's associated with a multi-node parallel job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ismainnode TYPE /AWS1/BTCBOOLEAN /AWS1/BTCBOOLEAN¶
Specifies whether the current node is the main node for a multi-node parallel job.
iv_numnodes TYPE /AWS1/BTCINTEGER /AWS1/BTCINTEGER¶
The number of nodes that are associated with a multi-node parallel job.
iv_nodeindex TYPE /AWS1/BTCINTEGER /AWS1/BTCINTEGER¶
The node index for the node. Node index numbering begins at zero. This index is also available on the node with the
AWS_BATCH_JOB_NODE_INDEXenvironment variable.
Queryable Attributes¶
isMainNode¶
Specifies whether the current node is the main node for a multi-node parallel job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISMAINNODE() |
Getter for ISMAINNODE, with configurable default |
ASK_ISMAINNODE() |
Getter for ISMAINNODE w/ exceptions if field has no value |
HAS_ISMAINNODE() |
Determine if ISMAINNODE has a value |
numNodes¶
The number of nodes that are associated with a multi-node parallel job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMNODES() |
Getter for NUMNODES, with configurable default |
ASK_NUMNODES() |
Getter for NUMNODES w/ exceptions if field has no value |
HAS_NUMNODES() |
Determine if NUMNODES has a value |
nodeIndex¶
The node index for the node. Node index numbering begins at zero. This index is also available on the node with the
AWS_BATCH_JOB_NODE_INDEXenvironment variable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEINDEX() |
Getter for NODEINDEX, with configurable default |
ASK_NODEINDEX() |
Getter for NODEINDEX w/ exceptions if field has no value |
HAS_NODEINDEX() |
Determine if NODEINDEX has a value |