public class TaskAttemptEventSubmitted extends TaskAttemptEvent implements RecoveryEvent
| Constructor and Description |
|---|
TaskAttemptEventSubmitted(TezTaskAttemptID id,
org.apache.hadoop.yarn.api.records.ContainerId containerId) |
TaskAttemptEventSubmitted(TezTaskAttemptID id,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
boolean fromRecovery) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId() |
boolean |
isFromRecovery() |
getSerializingHash, getTaskAttemptIDgetTimestamp, getType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTaskIDgetVertexIDgetDAGIDgetApplicationIdpublic TaskAttemptEventSubmitted(TezTaskAttemptID id, org.apache.hadoop.yarn.api.records.ContainerId containerId)
public TaskAttemptEventSubmitted(TezTaskAttemptID id, org.apache.hadoop.yarn.api.records.ContainerId containerId, boolean fromRecovery)
public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
public boolean isFromRecovery()
isFromRecovery in interface RecoveryEventCopyright © 2022 Apache Software Foundation. All rights reserved.