| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.channels | |
| org.apache.flink.runtime.io.network.netty |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelManager
The channel manager sets up the network buffers and dispatches data between channels.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnvelopeDispatcher |
Channel.envelopeDispatcher |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.registerEnvelopeDispatcher(EnvelopeDispatcher envelopeDispatcher)
Registers an EnvelopeDispatcher with this channel at runtime.
|
| Constructor and Description |
|---|
InboundEnvelopeDispatcher(EnvelopeDispatcher envelopeDispatcher) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.