| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.netty | |
| org.apache.flink.runtime.io.network.partition.consumer |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalConnectionManager
A connection manager implementation to bypass setup overhead for task managers running in local
execution mode.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionManager |
NetworkEnvironment.getConnectionManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyConnectionManager |
| Constructor and Description |
|---|
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
IOMetricGroup metrics) |
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
scala.Tuple2<Integer,Integer> initialAndMaxBackoff,
IOMetricGroup metrics) |
UnknownInputChannel(SingleInputGate gate,
int channelIndex,
ResultPartitionID partitionId,
ResultPartitionManager partitionManager,
TaskEventDispatcher taskEventDispatcher,
ConnectionManager connectionManager,
scala.Tuple2<Integer,Integer> partitionRequestInitialAndMaxBackoff,
IOMetricGroup metrics) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.