| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.consumer | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Field and Description |
|---|---|
protected SingleInputGate |
InputChannel.inputGate |
| Modifier and Type | Method and Description |
|---|---|
static SingleInputGate |
SingleInputGate.create(String owningTaskName,
org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionId,
InputGateDeploymentDescriptor igdd,
NetworkEnvironment networkEnvironment)
Creates an input gate and all of its input channels.
|
| Constructor and Description |
|---|
InputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
scala.Tuple2<Integer,Integer> initialAndMaxBackoff) |
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager) |
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
scala.Tuple2<Integer,Integer> initialAndMaxBackoff) |
UnknownInputChannel(SingleInputGate gate,
int channelIndex,
ResultPartitionID partitionId,
ResultPartitionManager partitionManager,
TaskEventDispatcher taskEventDispatcher,
ConnectionManager connectionManager,
scala.Tuple2<Integer,Integer> partitionRequestInitialAndMaxBackoff) |
| Modifier and Type | Method and Description |
|---|---|
SingleInputGate[] |
Task.getAllInputGates() |
SingleInputGate |
Task.getInputGateById(IntermediateDataSetID id) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.