public class TaskAttemptEvent extends org.apache.hadoop.yarn.event.AbstractEvent<TaskAttemptEventType>
| Constructor and Description |
|---|
TaskAttemptEvent(org.apache.tez.dag.records.TezTaskAttemptID id,
TaskAttemptEventType type)
Create a new TaskAttemptEvent.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.dag.records.TezTaskAttemptID |
getTaskAttemptID() |
public TaskAttemptEvent(org.apache.tez.dag.records.TezTaskAttemptID id,
TaskAttemptEventType type)
id - the id of the task attempttype - the type of event that happened.Copyright © 2014 Apache Software Foundation. All rights reserved.