public class ExecutionJobEdge extends Object implements Serializable
| 构造器和说明 |
|---|
ExecutionJobEdge(ExecutionJobVertex sourceExecutionJobVertex,
ExecutionJobVertex targetExecutionJobVertex,
io.ray.streaming.jobgraph.JobEdge jobEdge) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.ray.streaming.api.partition.Partition |
getPartition() |
ExecutionJobVertex |
getSourceExecutionJobVertex() |
ExecutionJobVertex |
getTargetExecutionJobVertex() |
String |
toString() |
public ExecutionJobEdge(ExecutionJobVertex sourceExecutionJobVertex, ExecutionJobVertex targetExecutionJobVertex, io.ray.streaming.jobgraph.JobEdge jobEdge)
public ExecutionJobVertex getSourceExecutionJobVertex()
public ExecutionJobVertex getTargetExecutionJobVertex()
public io.ray.streaming.api.partition.Partition getPartition()
Copyright © 2021. All rights reserved.