Interface BufferFileWriter
- All Superinterfaces:
BlockChannelWriterWithCallback<Buffer>,FileIOChannel
- All Known Implementing Classes:
AsynchronousBufferFileWriter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
FileIOChannel.Enumerator, FileIOChannel.ID -
Method Summary
Modifier and TypeMethodDescriptionintReturns the number of outstanding requests.booleanRegisters a listener, which is notified after all outstanding requests have been processed.Methods inherited from interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriterWithCallback
writeBlockMethods inherited from interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
close, closeAndDelete, deleteChannel, getChannelID, getNioFileChannel, getSize, isClosed
-
Method Details
-
getNumberOfOutstandingRequests
int getNumberOfOutstandingRequests()Returns the number of outstanding requests. -
registerAllRequestsProcessedListener
Registers a listener, which is notified after all outstanding requests have been processed.- Throws:
IOException
-