| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
ExecutionGate |
ExecutionEdge.getInputGate() |
ExecutionGate |
ExecutionVertex.getInputGate(int index)
Returns the input gate with the given index.
|
ExecutionGate |
ExecutionEdge.getOutputGate() |
ExecutionGate |
ExecutionVertex.getOutputGate(int index)
Returns the output gate with the given index.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.