Class QueuingCallback<T>
java.lang.Object
org.apache.flink.runtime.io.disk.iomanager.QueuingCallback<T>
- All Implemented Interfaces:
RequestDoneCallback<T>
A
RequestDoneCallback that adds the memory segments to a blocking queue.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrequestFailed(T buffer, IOException e) voidrequestSuccessful(T buffer)
-
Constructor Details
-
QueuingCallback
-
-
Method Details
-
requestSuccessful
- Specified by:
requestSuccessfulin interfaceRequestDoneCallback<T>
-
requestFailed
- Specified by:
requestFailedin interfaceRequestDoneCallback<T>
-