public class VertexConfigurationDoneEvent extends Object implements HistoryEvent, VertexIDAware
| Constructor and Description |
|---|
VertexConfigurationDoneEvent() |
VertexConfigurationDoneEvent(TezVertexID vertexID,
long reconfigureDoneTime,
int numTasks,
VertexLocationHint vertexLocationHint,
Map<String,EdgeProperty> sourceEdgeProperties,
Map<String,InputSpecUpdate> rootInputSpecUpdates,
boolean setParallelismCalledFlag) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromProto(RecoveryProtos.VertexConfigurationDoneProto proto) |
void |
fromProtoStream(com.google.protobuf.CodedInputStream inputStream) |
HistoryEventType |
getEventType() |
int |
getNumTasks() |
long |
getReconfigureDoneTime() |
Map<String,InputSpecUpdate> |
getRootInputSpecUpdates() |
Map<String,EdgeProperty> |
getSourceEdgeProperties() |
TezVertexID |
getVertexID() |
VertexLocationHint |
getVertexLocationHint() |
boolean |
isHistoryEvent() |
boolean |
isRecoveryEvent() |
boolean |
isSetParallelismCalled() |
RecoveryProtos.VertexConfigurationDoneProto |
toProto() |
void |
toProtoStream(com.google.protobuf.CodedOutputStream outputStream) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDAGIDgetApplicationIdpublic VertexConfigurationDoneEvent()
public VertexConfigurationDoneEvent(TezVertexID vertexID, long reconfigureDoneTime, int numTasks, VertexLocationHint vertexLocationHint, Map<String,EdgeProperty> sourceEdgeProperties, Map<String,InputSpecUpdate> rootInputSpecUpdates, boolean setParallelismCalledFlag)
public HistoryEventType getEventType()
getEventType in interface HistoryEventpublic boolean isRecoveryEvent()
isRecoveryEvent in interface HistoryEventpublic boolean isHistoryEvent()
isHistoryEvent in interface HistoryEventpublic RecoveryProtos.VertexConfigurationDoneProto toProto()
public void fromProto(RecoveryProtos.VertexConfigurationDoneProto 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 TezVertexID getVertexID()
getVertexID in interface VertexIDAwarepublic int getNumTasks()
public VertexLocationHint getVertexLocationHint()
public Map<String,EdgeProperty> getSourceEdgeProperties()
public Map<String,InputSpecUpdate> getRootInputSpecUpdates()
public long getReconfigureDoneTime()
public boolean isSetParallelismCalled()
Copyright © 2022 Apache Software Foundation. All rights reserved.