Uses of Interface
org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
Packages that use FileIOChannel
-
Uses of FileIOChannel in org.apache.flink.runtime.io.disk.iomanager
Subinterfaces of FileIOChannel in org.apache.flink.runtime.io.disk.iomanagerModifier and TypeInterfaceDescriptioninterfaceA reader that reads data in blocks from a file channel.interfaceA writer that writes data in blocks to a file channel.interfaceinterfaceinterfaceinterfaceinterfaceClasses in org.apache.flink.runtime.io.disk.iomanager that implement FileIOChannelModifier and TypeClassDescriptionclassclassA reader that reads data in blocks from a file channel.classclassAn asynchronous implementation of theBlockChannelWriterWithCallbackthat queues I/O requests and calls a callback once they have been handled.classclassclassclassclassAsynchronousFileIOChannel<T,R extends org.apache.flink.runtime.io.disk.iomanager.IORequest> A base class for readers and writers that accept read or write requests for whole blocks.classA synchronousBufferFileReaderimplementation.classA base class for synchronous readers and writers.Methods in org.apache.flink.runtime.io.disk.iomanager that return FileIOChannelModifier and TypeMethodDescriptionabstract FileIOChannelAbstractChannelReaderInputView.getChannel()Get the underlying channel.abstract FileIOChannelAbstractChannelWriterOutputView.getChannel()Get the underlying channel.ChannelReaderInputView.getChannel()