| AbstractChannelReaderInputView |
A DataInputView that is backed by a FileIOChannel,
making it effectively a data input stream.
|
| AbstractChannelWriterOutputView |
A DataOutputView that is backed by a FileIOChannel,
making it effectively a data output stream.
|
| AbstractFileIOChannel |
|
| AsynchronousBlockReader |
A reader that reads data in blocks from a file channel.
|
| AsynchronousBlockWriter |
|
| AsynchronousBlockWriterWithCallback |
|
| AsynchronousBufferFileReader |
|
| AsynchronousBufferFileSegmentReader |
|
| AsynchronousBufferFileWriter |
|
| AsynchronousBulkBlockReader |
|
| AsynchronousFileIOChannel<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.
|
| BufferFileChannelReader |
Helper class to read Buffers from files into objects.
|
| ChannelReaderInputView |
A DataInputView that is backed by a BlockChannelReader, making it effectively a data input stream.
|
| ChannelWriterOutputView |
A DataOutputView that is backed by a BlockChannelWriter, making it effectively a data output stream.
|
| FileIOChannel.Enumerator |
An enumerator for channels that logically belong together.
|
| FileIOChannel.ID |
An ID identifying an underlying file channel.
|
| FileSegment |
|
| HeaderlessChannelReaderInputView |
A DataInputView that is backed by a BlockChannelReader, making it effectively a data input stream.
|
| IOManager |
The facade for the provided I/O manager services.
|
| IOManagerAsync |
A version of the IOManager that uses asynchronous I/O.
|
| QueuingCallback<T> |
|
| RequestQueue<E> |
|
| SynchronousBufferFileReader |
|
| SynchronousFileIOChannel |
A base class for synchronous readers and writers.
|