Name | Type | Description | Notes |
---|---|---|---|
defaultSchedulingStrategy | DefaultSchedulingStrategyEnum | The name of the default scheduling strategy | [optional] |
defaultSchedulingPeriodMillis | Long | The default scheduling period in milliseconds | [optional] |
penalizationPeriodMillis | Long | The default penalization period in milliseconds | [optional] |
yieldDurationMillis | Long | The default yield duration in milliseconds | [optional] |
defaultRunDurationNanos | Long | The default run duration in nano-seconds | [optional] |
defaultMaxConcurrentTasks | String | The default concurrent tasks | [optional] |
defaultConcurrentTasksBySchedulingStrategy | Map<String, Integer> | The default concurrent tasks for each scheduling strategy | [optional] |
defaultSchedulingPeriodsBySchedulingStrategy | Map<String, String> | The default scheduling period for each scheduling strategy | [optional] |
Name | Value |
---|---|
EVENT_DRIVEN | "EVENT_DRIVEN" |
TIMER_DRIVEN | "TIMER_DRIVEN" |
PRIMARY_NODE_ONLY | "PRIMARY_NODE_ONLY" |
CRON_DRIVEN | "CRON_DRIVEN" |