| 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() |
| Constructor and Description |
|---|
NetworkEnvironment(NetworkBufferPool networkBufferPool,
ConnectionManager connectionManager,
ResultPartitionManager resultPartitionManager,
TaskEventDispatcher taskEventDispatcher,
KvStateRegistry kvStateRegistry,
KvStateServer kvStateServer,
KvStateClientProxy kvStateClientProxy,
IOManager.IOMode defaultIOMode,
int partitionRequestInitialBackoff,
int partitionRequestMaxBackoff,
int networkBuffersPerChannel,
int extraNetworkBuffersPerGate,
boolean enableCreditBased) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyConnectionManager |
| Constructor and Description |
|---|
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
int initialBackOff,
int maxBackoff,
TaskIOMetricGroup metrics) |
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
TaskIOMetricGroup metrics) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.