public class TaskAttemptEventContainerTerminated extends TaskAttemptEvent implements DiagnosableEvent, TaskAttemptEventTerminationCauseEvent
| Constructor and Description |
|---|
TaskAttemptEventContainerTerminated(org.apache.hadoop.yarn.api.records.ContainerId containerId,
TezTaskAttemptID id,
String message,
TaskAttemptTerminationCause errCause) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId() |
String |
getDiagnosticInfo() |
TaskAttemptTerminationCause |
getTerminationCause() |
getSerializingHash, getTaskAttemptIDgetTimestamp, getType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTaskIDgetVertexIDgetDAGIDgetApplicationIdpublic TaskAttemptEventContainerTerminated(org.apache.hadoop.yarn.api.records.ContainerId containerId,
TezTaskAttemptID id,
String message,
TaskAttemptTerminationCause errCause)
public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
public String getDiagnosticInfo()
getDiagnosticInfo in interface DiagnosableEventpublic TaskAttemptTerminationCause getTerminationCause()
getTerminationCause in interface TaskAttemptEventTerminationCauseEventCopyright © 2022 Apache Software Foundation. All rights reserved.