Click or drag to resize

TaskAttemptId Constructor

Initializes a new instance of the TaskAttemptId class.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public TaskAttemptId(
	TaskId taskId,
	int attempt
)

Parameters

taskId
Type: Ookii.Jumbo.JetTaskId
The task ID.
attempt
Type: SystemInt32
The attempt number.
See Also