| Package | Description |
|---|---|
| io.ray.streaming.runtime.core.graph.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionJobEdge> |
ExecutionJobVertex.getInputEdges() |
List<ExecutionJobEdge> |
ExecutionJobVertex.getOutputEdges() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionJobVertex.setInputEdges(List<ExecutionJobEdge> inputEdges) |
void |
ExecutionJobVertex.setOutputEdges(List<ExecutionJobEdge> outputEdges) |
| Constructor and Description |
|---|
ExecutionEdge(ExecutionVertex sourceExecutionVertex,
ExecutionVertex targetExecutionVertex,
ExecutionJobEdge executionJobEdge) |
Copyright © 2021. All rights reserved.