public interface NetworkClientHandler
extends org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler
Modifier and Type | Method and Description |
---|---|
void |
addInputChannel(RemoteInputChannel inputChannel) |
void |
cancelRequestFor(InputChannelID inputChannelId) |
void |
notifyCreditAvailable(RemoteInputChannel inputChannel)
The credit begins to announce after receiving the sender's backlog from buffer response.
|
void |
removeInputChannel(RemoteInputChannel inputChannel) |
void addInputChannel(RemoteInputChannel inputChannel) throws IOException
IOException
void removeInputChannel(RemoteInputChannel inputChannel)
void cancelRequestFor(InputChannelID inputChannelId)
void notifyCreditAvailable(RemoteInputChannel inputChannel)
inputChannel
- The input channel with unannounced credits.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.