JobMapTaskXattrsArgs

data class JobMapTaskXattrsArgs(val consumerSize: Output<Int>? = null, val dispatcherSize: Output<Int>? = null, val pageSize: Output<Int>? = null, val queueSize: Output<Int>? = null, val taskAttemptInterval: Output<Int>? = null, val taskMaxAttempt: Output<Int>? = null) : ConvertibleToJava<JobMapTaskXattrsArgs>

Constructors

Link copied to clipboard
constructor(consumerSize: Output<Int>? = null, dispatcherSize: Output<Int>? = null, pageSize: Output<Int>? = null, queueSize: Output<Int>? = null, taskAttemptInterval: Output<Int>? = null, taskMaxAttempt: Output<Int>? = null)

Properties

Link copied to clipboard
val consumerSize: Output<Int>? = null

The number of threads to execute a single trigger. The default value is 5.

Link copied to clipboard
val dispatcherSize: Output<Int>? = null

The number of subtask distribution threads. The default value is 5.

Link copied to clipboard
val pageSize: Output<Int>? = null

The number of sub-tasks pulled by a parallel task at a time. The default value is 100.

Link copied to clipboard
val queueSize: Output<Int>? = null

The upper limit of the sub-task queue cache. The default value is 10000.

Link copied to clipboard
val taskAttemptInterval: Output<Int>? = null

Subtask failure retry interval.

Link copied to clipboard
val taskMaxAttempt: Output<Int>? = null

The number of failed sub-task retries.

Functions

Link copied to clipboard
open override fun toJava(): JobMapTaskXattrsArgs