Uses of Interface
org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriterWithCallback
-
Packages that use BlockChannelWriterWithCallback Package Description org.apache.flink.runtime.io.disk.iomanager -
-
Uses of BlockChannelWriterWithCallback in org.apache.flink.runtime.io.disk.iomanager
Subinterfaces of BlockChannelWriterWithCallback in org.apache.flink.runtime.io.disk.iomanager Modifier and Type Interface Description interfaceBlockChannelWriter<T>A writer that writes data in blocks to a file channel.interfaceBufferFileWriterClasses in org.apache.flink.runtime.io.disk.iomanager that implement BlockChannelWriterWithCallback Modifier and Type Class Description classAsynchronousBlockWriterclassAsynchronousBlockWriterWithCallbackAn asynchronous implementation of theBlockChannelWriterWithCallbackthat queues I/O requests and calls a callback once they have been handled.classAsynchronousBufferFileWriterMethods in org.apache.flink.runtime.io.disk.iomanager that return BlockChannelWriterWithCallback Modifier and Type Method Description abstract 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)
-