| Package | Description |
|---|---|
| org.apache.flink.runtime.execution | |
| org.apache.flink.runtime.io.network.api.reader | |
| org.apache.flink.runtime.io.network.partition.consumer |
| Modifier and Type | Method and Description |
|---|---|
InputGate[] |
Environment.getAllInputGates() |
InputGate |
RuntimeEnvironment.getInputGate(int index) |
InputGate |
Environment.getInputGate(int index) |
| Modifier and Type | Field and Description |
|---|---|
protected InputGate |
AbstractReader.inputGate
The input gate to read from.
|
| Constructor and Description |
|---|
AbstractReader(InputGate inputGate) |
BufferReader(InputGate gate) |
MutableRecordReader(InputGate inputGate) |
RecordReader(InputGate inputGate,
Class<T> recordType) |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleInputGate
An input gate consumes one or more partitions of a single produced intermediate result.
|
class |
UnionInputGate
Input gate wrapper to union the input from multiple input gates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnionInputGate.registerListener(EventListener<InputGate> listener) |
void |
SingleInputGate.registerListener(EventListener<InputGate> listener) |
void |
InputGate.registerListener(EventListener<InputGate> listener) |
| Constructor and Description |
|---|
UnionInputGate(InputGate... inputGates) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.