public class ExecutionJobEdge extends Object
| Constructor and Description |
|---|
ExecutionJobEdge(ExecutionJobVertex sourceExecutionJobVertex,
ExecutionJobVertex targetExecutionJobVertex,
io.ray.streaming.jobgraph.JobEdge jobEdge) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.