public class TaskAttemptEvent extends TezAbstractEvent<TaskAttemptEventType> implements TaskAttemptIDAware
| Constructor and Description |
|---|
TaskAttemptEvent(TezTaskAttemptID id,
TaskAttemptEventType type)
Create a new TaskAttemptEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSerializingHash() |
TezTaskAttemptID |
getTaskAttemptID() |
getTimestamp, getType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTaskIDgetVertexIDgetDAGIDgetApplicationIdpublic TaskAttemptEvent(TezTaskAttemptID id, TaskAttemptEventType type)
id - the id of the task attempttype - the type of event that happened.public TezTaskAttemptID getTaskAttemptID()
getTaskAttemptID in interface TaskAttemptIDAwarepublic int getSerializingHash()
getSerializingHash in class TezAbstractEvent<TaskAttemptEventType>Copyright © 2022 Apache Software Foundation. All rights reserved.