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