com | |
wiredtiger | |
db | |
Connection | A connection to a WiredTiger database. |
Cursor | A WT_CURSOR handle is the interface to a cursor. |
PackFormatInputStream | An internal helper class for consuming pack format strings |
PackInputStream | An internal helper class for decoding WiredTiger packed values |
PackOutputStream | An internal helper class for encoding WiredTiger packed values |
SearchStatus | |
Session | All data operations are performed in the context of a WT_SESSION. |
wiredtiger | |
wiredtigerConstants | |
WiredTigerException | An exception that is generated by the WiredTiger application |
wiredtigerJNI | |
WiredTigerPackingException | An exception that is generated by the WiredTiger application during encoding or decoding of packed values |
WT_TXN_NOTIFY | Snapshot isolation level, returned by WT_EXTENSION_API::transaction_isolation_level |
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 extension function WT_EXTENSION_API::config_get |
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 |
WT_SESSION | All data operations are performed in the context of a WT_SESSION |