| Package | Description |
|---|---|
| org.apache.flink.runtime.execution | |
| org.apache.flink.runtime.io.network.api | |
| org.apache.flink.runtime.io.network.channels | |
| org.apache.flink.runtime.io.network.gates |
| Modifier and Type | Method and Description |
|---|---|
<T extends IOReadableWritable> |
RuntimeEnvironment.createAndRegisterInputGate() |
<T extends IOReadableWritable> |
Environment.createAndRegisterInputGate()
Creates a new InputGate and registers it with the Environment.
|
InputGate<? extends IOReadableWritable> |
RuntimeEnvironment.getInputGate(int pos)
Returns the registered input gate with index
pos. |
| Modifier and Type | Method and Description |
|---|---|
List<InputGate<? extends IOReadableWritable>> |
RuntimeEnvironment.inputGates() |
| Modifier and Type | Field and Description |
|---|---|
protected InputGate<T> |
AbstractSingleGateRecordReader.inputGate
The input gate associated with the record reader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUnionRecordReader.reportRecordAvailability(InputGate<T> inputGate) |
| Modifier and Type | Method and Description |
|---|---|
InputGate<T> |
InputChannel.getInputGate()
Returns the input gate associated with the input channel.
|
| Constructor and Description |
|---|
InputChannel(InputGate<T> inputGate,
int channelIndex,
ChannelID channelID,
ChannelID connectedChannelID,
ChannelType type)
Constructs an input channel with a given input gate associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordAvailabilityListener.reportRecordAvailability(InputGate<T> inputGate)
This method is called by an input gate when one of its connected input channels has at least one record available
for reading.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.