public class ExecutionEdge extends Object implements Serializable
| Constructor and Description |
|---|
ExecutionEdge(ExecutionVertex sourceExecutionVertex,
ExecutionVertex targetExecutionVertex,
ExecutionJobEdge executionJobEdge) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionEdgeIndex() |
io.ray.streaming.api.partition.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 io.ray.streaming.api.partition.Partition getPartition()
public String getExecutionEdgeIndex()
Copyright © 2020. All rights reserved.