| 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 |
NettyShuffleEnvironment.getConnectionManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyConnectionManager |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionManager |
SingleInputGateFactory.connectionManager |
| Constructor and Description |
|---|
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
int initialBackOff,
int maxBackoff,
int networkBuffersPerChannel,
org.apache.flink.metrics.Counter numBytesIn,
org.apache.flink.metrics.Counter numBuffersIn,
ChannelStateWriter stateWriter) |
SingleInputGateFactory(ResourceID taskExecutorResourceId,
NettyShuffleEnvironmentConfiguration networkConfig,
ConnectionManager connectionManager,
ResultPartitionManager partitionManager,
TaskEventPublisher taskEventPublisher,
NetworkBufferPool networkBufferPool) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.