Version 2.3.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Ncom
 Nwiredtiger
 Ndb
 CAsyncCallbackAn interface that must be implemented to receive notifications from asynchronous operations
 CAsyncOpA WT_ASYNC_OP handle is the interface to an asynchronous operation.
 CAsyncOpType
 CConnectionA connection to a WiredTiger database.
 CCursorA WT_CURSOR handle is the interface to a cursor.
 CPackFormatInputStreamAn internal helper class for consuming pack format strings
 CPackInputStreamAn internal helper class for decoding WiredTiger packed values
 CPackOutputStreamAn internal helper class for encoding WiredTiger packed values
 CSearchStatus
 CSessionAll data operations are performed in the context of a WT_SESSION.
 Cwiredtiger
 CwiredtigerConstants
 CWiredTigerExceptionAn exception that is generated by the WiredTiger application
 CwiredtigerJNI
 CWiredTigerPackingExceptionAn exception that is generated by the WiredTiger application during encoding or decoding of packed values
 CWT_ASYNC_CALLBACKThe interface implemented by applications to accept notifications of the completion of asynchronous operations
 CWT_ASYNC_OPA WT_ASYNC_OP handle is the interface to an asynchronous operation
 CWT_COLLATORThe interface implemented by applications to provide custom ordering of records
 CWT_COMPRESSORThe interface implemented by applications to provide custom compression
 CWT_CONFIG_ITEMThe configuration information returned by the WiredTiger configuration parsing functions in the WT_EXTENSION_API and the public API
 CWT_CONFIG_PARSERA handle that can be used to search and traverse configuration strings compatible with WiredTiger APIs
 CWT_CONNECTIONA connection to a WiredTiger database
 CWT_CURSORA WT_CURSOR handle is the interface to a cursor
 CWT_DATA_SOURCEApplications can extend WiredTiger by providing new implementations of the WT_DATA_SOURCE class
 CWT_EVENT_HANDLERThe interface implemented by applications to handle error, informational and progress messages
 CWT_EXTENSION_APITable of WiredTiger extension methods
 CWT_EXTRACTORThe interface implemented by applications to provide custom extraction of index keys or column group values
 CWT_ITEMA raw item of data to be managed, including a pointer to the data and a length
 CWT_LSNA log sequence number, representing a position in the transaction log
 CWT_SESSIONAll data operations are performed in the context of a WT_SESSION
 CWT_TXN_NOTIFYSnapshot isolation level, returned by WT_EXTENSION_API::transaction_isolation_level