Uses of Interface
org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
Packages that use BulkBlockChannelReader
-
Uses of BulkBlockChannelReader in org.apache.flink.runtime.io.disk.iomanager
Classes in org.apache.flink.runtime.io.disk.iomanager that implement BulkBlockChannelReaderMethods in org.apache.flink.runtime.io.disk.iomanager that return BulkBlockChannelReaderModifier and TypeMethodDescriptionabstract BulkBlockChannelReaderIOManager.createBulkBlockChannelReader(FileIOChannel.ID channelID, List<org.apache.flink.core.memory.MemorySegment> targetSegments, int numBlocks) Creates a block channel reader that reads all blocks from the given channel directly in one bulk.IOManagerAsync.createBulkBlockChannelReader(FileIOChannel.ID channelID, List<org.apache.flink.core.memory.MemorySegment> targetSegments, int numBlocks) Creates a block channel reader that reads all blocks from the given channel directly in one bulk.