public class ExecutionEdge extends Object implements Serializable
| 构造器和说明 |
|---|
ExecutionEdge(ExecutionVertex sourceExecutionVertex,
ExecutionVertex targetExecutionVertex,
ExecutionJobEdge executionJobEdge) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExecutionEdgeIndex() |
Partition |
getPartition() |
ExecutionVertex |
getSourceExecutionVertex() |
int |
getSourceVertexId() |
String |
getTargetExecutionJobVertexName() |
ExecutionVertex |
getTargetExecutionVertex() |
int |
getTargetVertexId() |
String |
toString() |
public ExecutionEdge(ExecutionVertex sourceExecutionVertex, ExecutionVertex targetExecutionVertex, ExecutionJobEdge executionJobEdge)
public ExecutionVertex getSourceExecutionVertex()
public ExecutionVertex getTargetExecutionVertex()
public String getTargetExecutionJobVertexName()
public int getSourceVertexId()
public int getTargetVertexId()
public Partition getPartition()
public String getExecutionEdgeIndex()
Copyright © 2021. All rights reserved.