Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
-
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.netty
Methods in org.apache.flink.runtime.io.network.netty that return InputChannelID Modifier and Type Method Description InputChannelIDNettyPartitionRequestListener. getReceiverId() -
Uses of InputChannelID in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return InputChannelID Modifier and Type Method Description InputChannelIDPartitionRequestListener. getReceiverId()Get the input channel id of the notifier.Methods in org.apache.flink.runtime.io.network.partition with parameters of type InputChannelID Modifier and Type Method Description voidPartitionRequestListenerManager. remove(InputChannelID receiverId) -
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()
-