public class DAGEventTerminateDag extends DAGEvent implements DiagnosableEvent
| Constructor and Description |
|---|
DAGEventTerminateDag(org.apache.tez.dag.records.TezDAGID dagId,
DAGTerminationCause terminationCause,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiagnosticInfo() |
DAGTerminationCause |
getTerminationCause() |
public DAGEventTerminateDag(org.apache.tez.dag.records.TezDAGID dagId,
DAGTerminationCause terminationCause,
String message)
public String getDiagnosticInfo()
getDiagnosticInfo in interface DiagnosableEventpublic DAGTerminationCause getTerminationCause()
Copyright © 2020 Apache Software Foundation. All rights reserved.