API Documentation: com.mckoi.sdb Package
The com.mckoi.sdb package contains the API classes for managing a Simple Database path instance in a MckoiDDB installation. The Simple Database API supports a file (SDBFile) and table (SDBTable) structured data implementation, and a directory set for managing the namespace of each object type.
Class Summary
- RowCursor - A random access and bi-directional iterator for traversing a set of rows in a table index.
- SDBFile - The Simple Database file object.
- SDBIndex - An ordered set of rows of a table.
- SDBRootAddress - The root node address of a database snapshot from a Simple Database session.
- SDBRow - A row item of a Simple Database table. This object provides access to the contents of the row.
- SDBSession - The interface for accessing snapshots of a Simple Database path instance.
- SDBTable - The Simple Database table object.
- SDBTransaction - An isolated snapshot view of a Simple Database.
- SimpleDatabase - The Consensus Processor that defines the concurrency control model used by Simple Database.
