Version 2.7.0
com.wiredtiger.db.AsyncCallback Interface Reference

Public Member Functions

int notify (AsyncOp op, int opReturn, int flags)
 

Detailed Description

An interface that must be implemented to receive notifications from asynchronous operations.

Member Function Documentation

int com.wiredtiger.db.AsyncCallback.notify ( AsyncOp  op,
int  opReturn,
int  flags 
)

Notify when an asynchronous operation completes.

Parameters
opThe operation that completed
opReturnThe return value of the operation
flagsFlags (currently 0).