public class ExecutionJobEdge extends Object implements Serializable
| Constructor and Description |
|---|
ExecutionJobEdge(ExecutionJobVertex sourceExecutionJobVertex,
ExecutionJobVertex targetExecutionJobVertex,
JobEdge jobEdge) |
| Modifier and Type | Method and Description |
|---|---|
Partition |
getPartition() |
ExecutionJobVertex |
getSourceExecutionJobVertex() |
ExecutionJobVertex |
getTargetExecutionJobVertex() |
String |
toString() |
public ExecutionJobEdge(ExecutionJobVertex sourceExecutionJobVertex, ExecutionJobVertex targetExecutionJobVertex, JobEdge jobEdge)
public ExecutionJobVertex getSourceExecutionJobVertex()
public ExecutionJobVertex getTargetExecutionJobVertex()
public Partition getPartition()
Copyright © 2021. All rights reserved.