| A WT_ASYNC_OP handle is the interface to an asynchronous operation. | |
| A connection to a WiredTiger database. | |
| A WT_CURSOR handle is the interface to a cursor. | |
| All data operations are performed in the context of a WT_SESSION. | |
| The interface implemented by applications to accept notifications of the completion of asynchronous operations | |
| A WT_ASYNC_OP handle is the interface to an asynchronous operation | |
| The interface implemented by applications to provide custom ordering of records | |
| The interface implemented by applications to provide custom compression | |
| The configuration information returned by the WiredTiger configuration parsing functions in the WT_EXTENSION_API and the public API | |
| A handle that can be used to search and traverse configuration strings compatible with WiredTiger APIs | |
| A connection to a WiredTiger database | |
| A WT_CURSOR handle is the interface to a cursor | |
| Applications can extend WiredTiger by providing new implementations of the WT_DATA_SOURCE class | |
| The interface implemented by applications to handle error, informational and progress messages | |
| Table of WiredTiger extension methods | |
| The interface implemented by applications to provide custom extraction of index keys or column group values | |
| A raw item of data to be managed, including a pointer to the data and a length | |
| A log sequence number, representing a position in the transaction log | |
| All data operations are performed in the context of a WT_SESSION | |
| Snapshot isolation level, returned by WT_EXTENSION_API::transaction_isolation_level |