| TaskAttemptId Constructor |
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public TaskAttemptId(
TaskId taskId,
int attempt
)
Public Sub New (
taskId As TaskId,
attempt As Integer
)
public:
TaskAttemptId(
TaskId^ taskId,
int attempt
)
new :
taskId : TaskId *
attempt : int -> TaskAttemptId
Parameters
- taskId
- Type: Ookii.Jumbo.JetTaskId
The task ID. - attempt
- Type: SystemInt32
The attempt number.
See Also