/AWS1/CL_EMSWORKERRESOURCECFG¶
The cumulative configuration requirements for every worker instance of the worker type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_cpu TYPE /AWS1/EMSCPUSIZE /AWS1/EMSCPUSIZE¶
The CPU requirements for every worker instance of the worker type.
iv_memory TYPE /AWS1/EMSMEMORYSIZE /AWS1/EMSMEMORYSIZE¶
The memory requirements for every worker instance of the worker type.
Optional arguments:¶
iv_disk TYPE /AWS1/EMSDISKSIZE /AWS1/EMSDISKSIZE¶
The disk requirements for every worker instance of the worker type.
iv_disktype TYPE /AWS1/EMSDISKTYPE /AWS1/EMSDISKTYPE¶
The disk type for every worker instance of the work type. Shuffle optimized disks have higher performance characteristics and are better for shuffle heavy workloads. Default is
STANDARD.
Queryable Attributes¶
cpu¶
The CPU requirements for every worker instance of the worker type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CPU() |
Getter for CPU, with configurable default |
ASK_CPU() |
Getter for CPU w/ exceptions if field has no value |
HAS_CPU() |
Determine if CPU has a value |
memory¶
The memory requirements for every worker instance of the worker type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMORY() |
Getter for MEMORY, with configurable default |
ASK_MEMORY() |
Getter for MEMORY w/ exceptions if field has no value |
HAS_MEMORY() |
Determine if MEMORY has a value |
disk¶
The disk requirements for every worker instance of the worker type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISK() |
Getter for DISK, with configurable default |
ASK_DISK() |
Getter for DISK w/ exceptions if field has no value |
HAS_DISK() |
Determine if DISK has a value |
diskType¶
The disk type for every worker instance of the work type. Shuffle optimized disks have higher performance characteristics and are better for shuffle heavy workloads. Default is
STANDARD.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISKTYPE() |
Getter for DISKTYPE, with configurable default |
ASK_DISKTYPE() |
Getter for DISKTYPE w/ exceptions if field has no value |
HAS_DISKTYPE() |
Determine if DISKTYPE has a value |