public class VertexConfigurationDoneEvent extends Object implements HistoryEvent
| Constructor and Description |
|---|
VertexConfigurationDoneEvent() |
VertexConfigurationDoneEvent(org.apache.tez.dag.records.TezVertexID vertexID,
long reconfigureDoneTime,
int numTasks,
org.apache.tez.dag.api.VertexLocationHint vertexLocationHint,
Map<String,org.apache.tez.dag.api.EdgeProperty> sourceEdgeProperties,
Map<String,org.apache.tez.runtime.api.InputSpecUpdate> rootInputSpecUpdates,
boolean setParallelismCalledFlag) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromProto(RecoveryProtos.VertexConfigurationDoneProto proto) |
void |
fromProtoStream(InputStream inputStream) |
HistoryEventType |
getEventType() |
int |
getNumTasks() |
long |
getReconfigureDoneTime() |
Map<String,org.apache.tez.runtime.api.InputSpecUpdate> |
getRootInputSpecUpdates() |
Map<String,org.apache.tez.dag.api.EdgeProperty> |
getSourceEdgeProperties() |
org.apache.tez.dag.records.TezVertexID |
getVertexID() |
org.apache.tez.dag.api.VertexLocationHint |
getVertexLocationHint() |
boolean |
isHistoryEvent() |
boolean |
isRecoveryEvent() |
boolean |
isSetParallelismCalled() |
RecoveryProtos.VertexConfigurationDoneProto |
toProto() |
void |
toProtoStream(OutputStream outputStream) |
String |
toString() |
public VertexConfigurationDoneEvent()
public VertexConfigurationDoneEvent(org.apache.tez.dag.records.TezVertexID vertexID,
long reconfigureDoneTime,
int numTasks,
org.apache.tez.dag.api.VertexLocationHint vertexLocationHint,
Map<String,org.apache.tez.dag.api.EdgeProperty> sourceEdgeProperties,
Map<String,org.apache.tez.runtime.api.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(OutputStream outputStream) throws IOException
toProtoStream in interface HistoryEventIOExceptionpublic void fromProtoStream(InputStream inputStream) throws IOException
fromProtoStream in interface HistoryEventIOExceptionpublic org.apache.tez.dag.records.TezVertexID getVertexID()
public int getNumTasks()
public org.apache.tez.dag.api.VertexLocationHint getVertexLocationHint()
public Map<String,org.apache.tez.dag.api.EdgeProperty> getSourceEdgeProperties()
public Map<String,org.apache.tez.runtime.api.InputSpecUpdate> getRootInputSpecUpdates()
public long getReconfigureDoneTime()
public boolean isSetParallelismCalled()
Copyright © 2016 Apache Software Foundation. All rights reserved.