public class TaskAttemptEvent extends AbstractEvent<TaskAttemptEventType>
Constructor and Description |
---|
TaskAttemptEvent(TaskAttemptId id,
TaskAttemptEventType type)
Create a new TaskAttemptEvent.
|
Modifier and Type | Method and Description |
---|---|
TaskAttemptId |
getTaskAttemptID() |
getTimestamp, getType, toString
public TaskAttemptEvent(TaskAttemptId id, TaskAttemptEventType type)
id
- the id of the task attempttype
- the type of event that happened.public TaskAttemptId getTaskAttemptID()
Copyright © 2013 Apache Software Foundation. All rights reserved.