com.wiredtiger.db.AsyncCallback | |
com.wiredtiger.db.AsyncOp | A WT_ASYNC_OP handle is the interface to an asynchronous operation. |
com.wiredtiger.db.AsyncOpType | |
com.wiredtiger.db.Connection | A connection to a WiredTiger database. |
com.wiredtiger.db.Cursor | A WT_CURSOR handle is the interface to a cursor. |
com.wiredtiger.db.PackFormatInputStream | |
com.wiredtiger.db.PackInputStream | |
com.wiredtiger.db.PackOutputStream | |
com.wiredtiger.db.SearchStatus | |
com.wiredtiger.db.Session | All data operations are performed in the context of a WT_SESSION. |
com.wiredtiger.db.wiredtigerConstants | |
com.wiredtiger.db.wiredtiger | |
com.wiredtiger.db.wiredtigerJNI | |
RuntimeException | |
com.wiredtiger.db.WiredTigerException | |
com.wiredtiger.db.WiredTigerPackingException | |
com.wiredtiger.db.WiredTigerPanicException | |
com.wiredtiger.db.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 |