/AWS1/CL_KN2PARALLELISMCONFDSC¶
Describes parameters for how a Managed Service for Apache Flink application executes multiple tasks simultaneously.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_configurationtype TYPE /AWS1/KN2CONFIGURATIONTYPE /AWS1/KN2CONFIGURATIONTYPE¶
Describes whether the application uses the default parallelism for the Managed Service for Apache Flink service.
iv_parallelism TYPE /AWS1/KN2PARALLELISM /AWS1/KN2PARALLELISM¶
Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If
AutoScalingEnabledis set to True, then Managed Service for Apache Flink can increase theCurrentParallelismvalue in response to application load. The service can increaseCurrentParallelismup to the maximum parallelism, which isParalellismPerKPUtimes the maximum KPUs for the application. The maximum KPUs for an application is 64 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce theCurrentParallelismvalue down to theParallelismsetting.
iv_parallelismperkpu TYPE /AWS1/KN2PARALLELISMPERKPU /AWS1/KN2PARALLELISMPERKPU¶
Describes the number of parallel tasks that a Managed Service for Apache Flink application can perform per Kinesis Processing Unit (KPU) used by the application.
iv_currentparallelism TYPE /AWS1/KN2PARALLELISM /AWS1/KN2PARALLELISM¶
Describes the current number of parallel tasks that a Managed Service for Apache Flink application can perform. If
AutoScalingEnabledis set to True, Managed Service for Apache Flink can increase this value in response to application load. The service can increase this value up to the maximum parallelism, which isParalellismPerKPUtimes the maximum KPUs for the application. The maximum KPUs for an application is 32 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce theCurrentParallelismvalue down to theParallelismsetting.
iv_autoscalingenabled TYPE /AWS1/KN2BOOLEANOBJECT /AWS1/KN2BOOLEANOBJECT¶
Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.
Queryable Attributes¶
ConfigurationType¶
Describes whether the application uses the default parallelism for the Managed Service for Apache Flink service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONTYPE() |
Getter for CONFIGURATIONTYPE, with configurable default |
ASK_CONFIGURATIONTYPE() |
Getter for CONFIGURATIONTYPE w/ exceptions if field has no v |
HAS_CONFIGURATIONTYPE() |
Determine if CONFIGURATIONTYPE has a value |
Parallelism¶
Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If
AutoScalingEnabledis set to True, then Managed Service for Apache Flink can increase theCurrentParallelismvalue in response to application load. The service can increaseCurrentParallelismup to the maximum parallelism, which isParalellismPerKPUtimes the maximum KPUs for the application. The maximum KPUs for an application is 64 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce theCurrentParallelismvalue down to theParallelismsetting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARALLELISM() |
Getter for PARALLELISM, with configurable default |
ASK_PARALLELISM() |
Getter for PARALLELISM w/ exceptions if field has no value |
HAS_PARALLELISM() |
Determine if PARALLELISM has a value |
ParallelismPerKPU¶
Describes the number of parallel tasks that a Managed Service for Apache Flink application can perform per Kinesis Processing Unit (KPU) used by the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARALLELISMPERKPU() |
Getter for PARALLELISMPERKPU, with configurable default |
ASK_PARALLELISMPERKPU() |
Getter for PARALLELISMPERKPU w/ exceptions if field has no v |
HAS_PARALLELISMPERKPU() |
Determine if PARALLELISMPERKPU has a value |
CurrentParallelism¶
Describes the current number of parallel tasks that a Managed Service for Apache Flink application can perform. If
AutoScalingEnabledis set to True, Managed Service for Apache Flink can increase this value in response to application load. The service can increase this value up to the maximum parallelism, which isParalellismPerKPUtimes the maximum KPUs for the application. The maximum KPUs for an application is 32 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce theCurrentParallelismvalue down to theParallelismsetting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTPARALLELISM() |
Getter for CURRENTPARALLELISM, with configurable default |
ASK_CURRENTPARALLELISM() |
Getter for CURRENTPARALLELISM w/ exceptions if field has no |
HAS_CURRENTPARALLELISM() |
Determine if CURRENTPARALLELISM has a value |
AutoScalingEnabled¶
Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOSCALINGENABLED() |
Getter for AUTOSCALINGENABLED, with configurable default |
ASK_AUTOSCALINGENABLED() |
Getter for AUTOSCALINGENABLED w/ exceptions if field has no |
HAS_AUTOSCALINGENABLED() |
Determine if AUTOSCALINGENABLED has a value |