Public Member Functions | |
int | notify (AsyncOp op, int opReturn, int flags) |
An interface that must be implemented to receive notifications from asynchronous operations.
int com.wiredtiger.db.AsyncCallback.notify | ( | AsyncOp | op, |
int | opReturn, | ||
int | flags | ||
) |
Notify when an asynchronous operation completes.
op | The operation that completed |
opReturn | The return value of the operation |
flags | Flags (currently 0). |