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) |
RemoteInputChannel |
getInputChannel(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 |
resumeConsumption(RemoteInputChannel inputChannel)
Resumes data consumption from the producer after an exactly once checkpoint.
|
void addInputChannel(RemoteInputChannel inputChannel) throws IOException
IOExceptionvoid removeInputChannel(RemoteInputChannel inputChannel)
@Nullable RemoteInputChannel getInputChannel(InputChannelID inputChannelId)
void cancelRequestFor(InputChannelID inputChannelId)
void notifyCreditAvailable(RemoteInputChannel inputChannel)
inputChannel - The input channel with unannounced credits.void resumeConsumption(RemoteInputChannel inputChannel)
inputChannel - The input channel to resume data consumption.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.