public class DAGEventCommitCompleted extends DAGEvent
| Constructor and Description |
|---|
DAGEventCommitCompleted(org.apache.tez.dag.records.TezDAGID dagId,
DAGImpl.OutputKey outputKey,
boolean isSucceeded,
Throwable failException) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
DAGImpl.OutputKey |
getOutputKey() |
boolean |
isSucceeded() |
public DAGEventCommitCompleted(org.apache.tez.dag.records.TezDAGID dagId,
DAGImpl.OutputKey outputKey,
boolean isSucceeded,
Throwable failException)
public DAGImpl.OutputKey getOutputKey()
public boolean isSucceeded()
public Throwable getException()
Copyright © 2020 Apache Software Foundation. All rights reserved.