Uses of Interface
org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriterWithCallback
Packages that use BlockChannelWriterWithCallback
-
Uses of BlockChannelWriterWithCallback in org.apache.flink.runtime.io.disk.iomanager
Subinterfaces of BlockChannelWriterWithCallback in org.apache.flink.runtime.io.disk.iomanagerModifier and TypeInterfaceDescriptioninterfaceA writer that writes data in blocks to a file channel.interfaceClasses in org.apache.flink.runtime.io.disk.iomanager that implement BlockChannelWriterWithCallbackModifier and TypeClassDescriptionclassclassAn asynchronous implementation of theBlockChannelWriterWithCallbackthat queues I/O requests and calls a callback once they have been handled.classMethods in org.apache.flink.runtime.io.disk.iomanager that return BlockChannelWriterWithCallbackModifier and TypeMethodDescriptionabstract BlockChannelWriterWithCallback<org.apache.flink.core.memory.MemorySegment>IOManager.createBlockChannelWriter(FileIOChannel.ID channelID, RequestDoneCallback<org.apache.flink.core.memory.MemorySegment> callback) Creates a block channel writer that writes to the given channel.BlockChannelWriterWithCallback<org.apache.flink.core.memory.MemorySegment>IOManagerAsync.createBlockChannelWriter(FileIOChannel.ID channelID, RequestDoneCallback<org.apache.flink.core.memory.MemorySegment> callback)