public class DAGInitializedEvent extends Object implements HistoryEvent, DAGIDAware
| Constructor and Description |
|---|
DAGInitializedEvent() |
DAGInitializedEvent(TezDAGID dagID,
long initTime,
String user,
String dagName,
Map<String,TezVertexID> vertexNameIDMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromProto(RecoveryProtos.DAGInitializedProto proto) |
void |
fromProtoStream(com.google.protobuf.CodedInputStream inputStream) |
TezDAGID |
getDAGID() |
String |
getDagName() |
HistoryEventType |
getEventType() |
long |
getInitTime() |
String |
getUser() |
Map<String,TezVertexID> |
getVertexNameIDMap() |
boolean |
isHistoryEvent() |
boolean |
isRecoveryEvent() |
RecoveryProtos.DAGInitializedProto |
toProto() |
void |
toProtoStream(com.google.protobuf.CodedOutputStream outputStream) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetApplicationIdpublic HistoryEventType getEventType()
getEventType in interface HistoryEventpublic boolean isRecoveryEvent()
isRecoveryEvent in interface HistoryEventpublic boolean isHistoryEvent()
isHistoryEvent in interface HistoryEventpublic RecoveryProtos.DAGInitializedProto toProto()
public void fromProto(RecoveryProtos.DAGInitializedProto proto)
public void toProtoStream(com.google.protobuf.CodedOutputStream outputStream)
throws IOException
toProtoStream in interface HistoryEventIOExceptionpublic void fromProtoStream(com.google.protobuf.CodedInputStream inputStream)
throws IOException
fromProtoStream in interface HistoryEventIOExceptionpublic long getInitTime()
public TezDAGID getDAGID()
getDAGID in interface DAGIDAwarepublic String getUser()
public String getDagName()
public Map<String,TezVertexID> getVertexNameIDMap()
Copyright © 2022 Apache Software Foundation. All rights reserved.