/AWS1/CL_EMSINITIALCAPCONFIG¶
The initial capacity configuration per worker.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workercount TYPE /AWS1/EMSWORKERCOUNTS /AWS1/EMSWORKERCOUNTS¶
The number of workers in the initial capacity configuration.
Optional arguments:¶
io_workerconfiguration TYPE REF TO /AWS1/CL_EMSWORKERRESOURCECFG /AWS1/CL_EMSWORKERRESOURCECFG¶
The resource configuration of the initial capacity configuration.
Queryable Attributes¶
workerCount¶
The number of workers in the initial capacity configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERCOUNT() |
Getter for WORKERCOUNT |
workerConfiguration¶
The resource configuration of the initial capacity configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERCONFIGURATION() |
Getter for WORKERCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_INITIALCAPCONFIGMAP_MAPROW¶
TYPES: BEGIN OF TS_INITIALCAPCONFIGMAP_MAPROW,
key TYPE /AWS1/EMSWORKERTYPESTRING,
value TYPE REF TO /AWS1/CL_EMSINITIALCAPCONFIG,
END OF TS_INITIALCAPCONFIGMAP_MAPROW.
TT_INITIALCAPACITYCONFIGMAP¶
TYPES TT_INITIALCAPACITYCONFIGMAP TYPE HASHED TABLE OF /AWS1/CL_EMSINITIALCAPCONFIG=>TS_INITIALCAPCONFIGMAP_MAPROW WITH UNIQUE KEY key
.