public class TaskAttemptEvent extends TezAbstractEvent<TaskAttemptEventType>
| Constructor and Description |
|---|
TaskAttemptEvent(TezTaskAttemptID id,
TaskAttemptEventType type)
Create a new TaskAttemptEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSerializingHash() |
TezTaskAttemptID |
getTaskAttemptID() |
public TaskAttemptEvent(TezTaskAttemptID id, TaskAttemptEventType type)
id - the id of the task attempttype - the type of event that happened.public TezTaskAttemptID getTaskAttemptID()
public int getSerializingHash()
getSerializingHash in class TezAbstractEvent<TaskAttemptEventType>Copyright © 2021 Apache Software Foundation. All rights reserved.