public class ExecutionJobEdge extends Object implements Serializable
| 构造器和说明 |
|---|
ExecutionJobEdge(ExecutionJobVertex sourceExecutionJobVertex,
ExecutionJobVertex targetExecutionJobVertex,
JobEdge jobEdge) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2022. All rights reserved.