Click or drag to resize

RunTaskJetHeartbeatResponse Constructor

Initializes a new instance of the RunTaskJetHeartbeatResponse class.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public RunTaskJetHeartbeatResponse(
	Job job,
	TaskAttemptId taskAttemptId
)

Parameters

job
Type: Ookii.Jumbo.JetJob
The job containing the task to run.
taskAttemptId
Type: Ookii.Jumbo.JetTaskAttemptId
The ID of the task to run.
See Also