All Classes and Interfaces

Class
Description
 
Track the lifecycles of allocate-write, getRead-promote-write and getWrite-write.
B-Tree taken from:
Make BPlusTrees - this code works in close association with the BPlusTree constructor
Configuration for a B+Tree
 
B+Tree assist functions
 
 
BPlusTreePageMgr = BPlusTreeNode manager
Abstraction of a B+Tree node - either an branch (BTreeNode) or records block (BTreeRecords)
B+Tree wrapper over a block of records in a RecordBufferPage.
Bridge for making, getting and putting BPTreeRecords over a RecordBufferPageMgr
Manage the persistent state of the tree This consists of last committed root, and the limits on the blocks for both nodes and records.
Transactional BinaryDataFile.
Manage a single binary (not too large) object.