Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
Packages that use RemoteInputChannel
-
Uses of RemoteInputChannel in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return RemoteInputChannelModifier and TypeMethodDescriptionNetworkClientHandler.getInputChannel(InputChannelID inputChannelId) Methods in org.apache.flink.runtime.io.network with parameters of type RemoteInputChannelModifier and TypeMethodDescriptionvoidPartitionRequestClient.acknowledgeAllRecordsProcessed(RemoteInputChannel inputChannel) Acknowledges all user records are processed for this channel.voidNetworkClientHandler.addInputChannel(RemoteInputChannel inputChannel) voidPartitionRequestClient.close(RemoteInputChannel inputChannel) Cancels the partition request for the given remote input channel and removes this client from factory if it is not referenced by any other input channels.voidPartitionRequestClient.notifyCreditAvailable(RemoteInputChannel inputChannel) Notifies available credits from one remote input channel.voidPartitionRequestClient.notifyNewBufferSize(RemoteInputChannel inputChannel, int bufferSize) Notifies new buffer size from one remote input channel.voidPartitionRequestClient.notifyRequiredSegmentId(RemoteInputChannel inputChannel, int subpartitionIndex, int segmentId) Notifies the id of segment required from one remote input channel.voidNetworkClientHandler.removeInputChannel(RemoteInputChannel inputChannel) voidPartitionRequestClient.requestSubpartition(ResultPartitionID partitionId, ResultSubpartitionIndexSet subpartitionIndexSet, RemoteInputChannel inputChannel, int delayMs) Requests a range of remote sub partitions.voidPartitionRequestClient.resumeConsumption(RemoteInputChannel inputChannel) Requests to resume data consumption from one remote input channel.voidPartitionRequestClient.sendTaskEvent(ResultPartitionID partitionId, TaskEvent event, RemoteInputChannel inputChannel) Sends a task event backwards to an intermediate result partition. -
Uses of RemoteInputChannel in org.apache.flink.runtime.io.network.netty
Methods in org.apache.flink.runtime.io.network.netty with parameters of type RemoteInputChannelModifier and TypeMethodDescriptionvoidNettyPartitionRequestClient.acknowledgeAllRecordsProcessed(RemoteInputChannel inputChannel) voidNettyPartitionRequestClient.close(RemoteInputChannel inputChannel) voidNettyPartitionRequestClient.notifyCreditAvailable(RemoteInputChannel inputChannel) voidNettyPartitionRequestClient.notifyNewBufferSize(RemoteInputChannel inputChannel, int bufferSize) voidNettyPartitionRequestClient.notifyRequiredSegmentId(RemoteInputChannel inputChannel, int subpartitionIndex, int segmentId) voidNettyPartitionRequestClient.requestSubpartition(ResultPartitionID partitionId, ResultSubpartitionIndexSet subpartitionIndexSet, RemoteInputChannel inputChannel, int delayMs) Requests a remote intermediate result partition queue.voidNettyPartitionRequestClient.resumeConsumption(RemoteInputChannel inputChannel) voidNettyPartitionRequestClient.sendTaskEvent(ResultPartitionID partitionId, TaskEvent event, RemoteInputChannel inputChannel) Sends a task event backwards to an intermediate result partition producer.