com | |
wiredtiger | |
db | |
AsyncCallback | |
AsyncOp | A WT_ASYNC_OP handle is the interface to an asynchronous operation. |
AsyncOpType | |
Connection | A connection to a WiredTiger database. |
Cursor | A WT_CURSOR handle is the interface to a cursor. |
PackFormatInputStream | |
PackInputStream | |
PackOutputStream | |
SearchStatus | |
Session | All data operations are performed in the context of a WT_SESSION. |
wiredtiger | |
wiredtigerConstants | |
WiredTigerException | |
wiredtigerJNI | |
WiredTigerPackingException | |
WiredTigerPanicException | |
WiredTigerRollbackException | |
WT_ASYNC_CALLBACK | The interface implemented by applications to accept notifications of the completion of asynchronous operations |
WT_ASYNC_OP | A WT_ASYNC_OP handle is the interface to an asynchronous operation |
WT_COLLATOR | The interface implemented by applications to provide custom ordering of records |
WT_COMPRESSOR | The interface implemented by applications to provide custom compression |
WT_CONFIG_ITEM | The configuration information returned by the WiredTiger configuration parsing functions in the WT_EXTENSION_API and the public API |
WT_CONFIG_PARSER | A handle that can be used to search and traverse configuration strings compatible with WiredTiger APIs |
WT_CONNECTION | A connection to a WiredTiger database |
WT_CURSOR | A WT_CURSOR handle is the interface to a cursor |
WT_DATA_SOURCE | Applications can extend WiredTiger by providing new implementations of the WT_DATA_SOURCE class |
WT_EVENT_HANDLER | The interface implemented by applications to handle error, informational and progress messages |
WT_EXTENSION_API | Table of WiredTiger extension methods |
WT_EXTRACTOR | The interface implemented by applications to provide custom extraction of index keys or column group values |
WT_ITEM | A raw item of data to be managed, including a pointer to the data and a length |
WT_LSN | A log sequence number, representing a position in the transaction log |
WT_SESSION | All data operations are performed in the context of a WT_SESSION |
WT_TXN_NOTIFY | Snapshot isolation level, returned by WT_EXTENSION_API::transaction_isolation_level |