public class DAGHistoryEvent extends Object
| Constructor and Description |
|---|
DAGHistoryEvent(HistoryEvent historyEvent) |
DAGHistoryEvent(org.apache.tez.dag.records.TezDAGID dagID,
HistoryEvent historyEvent) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.dag.records.TezDAGID |
getDagID() |
HistoryEvent |
getHistoryEvent() |
public DAGHistoryEvent(org.apache.tez.dag.records.TezDAGID dagID,
HistoryEvent historyEvent)
public DAGHistoryEvent(HistoryEvent historyEvent)
public HistoryEvent getHistoryEvent()
public org.apache.tez.dag.records.TezDAGID getDagID()
Copyright © 2020 Apache Software Foundation. All rights reserved.