public interface NetworkClientHandler
extends org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addInputChannel(RemoteInputChannel inputChannel) |
void |
cancelRequestFor(InputChannelID inputChannelId) |
RemoteInputChannel |
getInputChannel(InputChannelID inputChannelId) |
void |
removeInputChannel(RemoteInputChannel inputChannel) |
void addInputChannel(RemoteInputChannel inputChannel) throws IOException
IOExceptionvoid removeInputChannel(RemoteInputChannel inputChannel)
@Nullable RemoteInputChannel getInputChannel(InputChannelID inputChannelId)
void cancelRequestFor(InputChannelID inputChannelId)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.