Java wrappers around the WiredTiger C API. More...
Classes | |
class | com.wiredtiger.db.Connection |
A connection to a WiredTiger database. More... | |
class | com.wiredtiger.db.Cursor |
A WT_CURSOR handle is the interface to a cursor. More... | |
class | com.wiredtiger.db.Session |
All data operations are performed in the context of a WT_SESSION. More... | |
class | com.wiredtiger.db.wiredtiger |
interface | com.wiredtiger.db.wiredtigerConstants |
Java wrappers around the WiredTiger C API.