public class TaskAttemptEvent extends org.apache.tez.common.TezAbstractEvent<TaskAttemptEventType>
| Constructor and Description |
|---|
TaskAttemptEvent(org.apache.tez.dag.records.TezTaskAttemptID id,
TaskAttemptEventType type)
Create a new TaskAttemptEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSerializingHash() |
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.public org.apache.tez.dag.records.TezTaskAttemptID getTaskAttemptID()
public int getSerializingHash()
getSerializingHash in class org.apache.tez.common.TezAbstractEvent<TaskAttemptEventType>Copyright © 2020 Apache Software Foundation. All rights reserved.