| Package | Description |
|---|---|
| org.apache.flink.runtime.execution | |
| org.apache.flink.runtime.io.network.api | |
| org.apache.flink.runtime.io.network.channels |
| Modifier and Type | Method and Description |
|---|---|
OutputGate |
Environment.createAndRegisterOutputGate()
Creates a new OutputGate and registers it with the Environment.
|
OutputGate |
RuntimeEnvironment.createAndRegisterOutputGate() |
OutputGate |
RuntimeEnvironment.getOutputGate(int index)
Returns the registered output gate with index
pos. |
| Modifier and Type | Method and Description |
|---|---|
List<OutputGate> |
RuntimeEnvironment.outputGates() |
| Modifier and Type | Field and Description |
|---|---|
protected OutputGate |
BufferWriter.outputGate |
| Constructor and Description |
|---|
OutputChannel(OutputGate outputGate,
int index,
ChannelID id,
ChannelID connectedId,
ChannelType type)
Creates a new output channel object.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.