public class DAGEventCommitCompleted extends DAGEvent
| Constructor and Description |
|---|
DAGEventCommitCompleted(TezDAGID dagId,
DAGImpl.OutputKey outputKey,
boolean isSucceeded,
Throwable failException) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
DAGImpl.OutputKey |
getOutputKey() |
boolean |
isSucceeded() |
getSerializingHashgetTimestamp, getType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetApplicationIdpublic DAGEventCommitCompleted(TezDAGID dagId, DAGImpl.OutputKey outputKey, boolean isSucceeded, Throwable failException)
public DAGImpl.OutputKey getOutputKey()
public boolean isSucceeded()
public Throwable getException()
Copyright © 2022 Apache Software Foundation. All rights reserved.