| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.netty |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalConnectionManager
Local dummy network connection manager used, when the task manager
runs in local mode without starting up the remote network stack.
|
| Constructor and Description |
|---|
ChannelManager(ChannelLookupProtocol channelLookupService,
InstanceConnectionInfo connectionInfo,
int numNetworkBuffers,
int networkBufferSize,
NetworkConnectionManager networkConnectionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyConnectionManager |
| Constructor and Description |
|---|
OutboundConnectionQueue(io.netty.channel.Channel channel,
RemoteReceiver receiver,
NetworkConnectionManager connectionManager,
int closeAfterIdleForMs) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.