Package org.apache.hadoop.yarn.util
Interface AsyncCallback<T>
- Type Parameters:
T- parameter type for the callback
public interface AsyncCallback<T>
Generic interface that can be used for calling back when a corresponding
asynchronous operation completes.
-
Method Summary
-
Method Details
-
callback
This method is called back when the corresponding asynchronous operation completes.- Parameters:
response- response of the callback
-