Version 2.9.3
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Ccom.wiredtiger.db.AsyncCallback
 Ccom.wiredtiger.db.AsyncOpA WT_ASYNC_OP handle is the interface to an asynchronous operation.
 Ccom.wiredtiger.db.AsyncOpType
 Ccom.wiredtiger.db.ConnectionA connection to a WiredTiger database.
 Ccom.wiredtiger.db.CursorA WT_CURSOR handle is the interface to a cursor.
 Ccom.wiredtiger.db.Modify
 Ccom.wiredtiger.db.PackFormatInputStream
 Ccom.wiredtiger.db.PackInputStream
 Ccom.wiredtiger.db.PackOutputStream
 Ccom.wiredtiger.db.SearchStatus
 Ccom.wiredtiger.db.SessionAll data operations are performed in the context of a WT_SESSION.
 Ccom.wiredtiger.db.wiredtigerConstants
 Ccom.wiredtiger.db.wiredtiger
 Ccom.wiredtiger.db.wiredtigerJNI
 Ccom.wiredtiger.db.WT_ITEM_HOLD
 Ccom.wiredtiger.db.WT_MODIFY_LIST
 CRuntimeException
 Ccom.wiredtiger.db.WiredTigerException
 Ccom.wiredtiger.db.WiredTigerPackingException
 Ccom.wiredtiger.db.WiredTigerPanicException
 Ccom.wiredtiger.db.WiredTigerRollbackException
 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_ENCRYPTORThe interface implemented by applications to provide custom encryption
 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_FILE_HANDLEA file handle implementation returned by WT_FILE_SYSTEM::open_file
 CWT_FILE_SYSTEMThe interface implemented by applications to provide a custom file system implementation
 CWT_ITEMA raw item of data to be managed, including a pointer to the data and a length
 CWT_MODIFYA set of modifications for a value, including a pointer to new data and a length, plus a target offset in the value and an optional length of data in the value to be replaced
 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