Uses of Interface
org.apache.flink.runtime.util.event.NotificationListener
-
Packages that use NotificationListener Package Description org.apache.flink.runtime.io.disk.iomanager -
-
Uses of NotificationListener in org.apache.flink.runtime.io.disk.iomanager
Methods in org.apache.flink.runtime.io.disk.iomanager with parameters of type NotificationListener Modifier and Type Method Description booleanAsynchronousBufferFileWriter. registerAllRequestsProcessedListener(NotificationListener listener)protected booleanAsynchronousFileIOChannel. registerAllRequestsProcessedListener(NotificationListener listener)Registers a listener to be notified when all outstanding requests have been processed.booleanBufferFileWriter. registerAllRequestsProcessedListener(NotificationListener listener)Registers a listener, which is notified after all outstanding requests have been processed.
-