public class TaskAttemptEventKillRequest extends TaskAttemptEvent implements DiagnosableEvent, TaskAttemptEventTerminationCauseEvent, RecoveryEvent
| Constructor and Description |
|---|
TaskAttemptEventKillRequest(TezTaskAttemptID id,
String message,
TaskAttemptTerminationCause err) |
TaskAttemptEventKillRequest(TezTaskAttemptID id,
String message,
TaskAttemptTerminationCause err,
boolean fromRecovery) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiagnosticInfo() |
TaskAttemptTerminationCause |
getTerminationCause() |
boolean |
isFromRecovery() |
getSerializingHash, getTaskAttemptIDpublic TaskAttemptEventKillRequest(TezTaskAttemptID id, String message, TaskAttemptTerminationCause err)
public TaskAttemptEventKillRequest(TezTaskAttemptID id, String message, TaskAttemptTerminationCause err, boolean fromRecovery)
public String getDiagnosticInfo()
getDiagnosticInfo in interface DiagnosableEventpublic TaskAttemptTerminationCause getTerminationCause()
getTerminationCause in interface TaskAttemptEventTerminationCauseEventpublic boolean isFromRecovery()
isFromRecovery in interface RecoveryEventCopyright © 2021 Apache Software Foundation. All rights reserved.