Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
Packages that use InputChannelID Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.io.network.partition.consumer -
-
Uses of InputChannelID in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return InputChannelID Modifier and Type Method Description InputChannelIDNetworkSequenceViewReader. getReceiverId()Methods in org.apache.flink.runtime.io.network with parameters of type InputChannelID Modifier and Type Method Description voidNetworkClientHandler. cancelRequestFor(InputChannelID inputChannelId)RemoteInputChannelNetworkClientHandler. getInputChannel(InputChannelID inputChannelId) -
Uses of InputChannelID in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer that return InputChannelID Modifier and Type Method Description static InputChannelIDInputChannelID. fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)InputChannelIDRemoteInputChannel. getInputChannelId()
-