Uses of Package
org.apache.jena.dboe.trans.bplustree
Packages that use org.apache.jena.dboe.trans.bplustree
Package
Description
-
Classes in org.apache.jena.dboe.trans.bplustree used by org.apache.jena.dboe.trans.bplustreeClassDescriptionB-Tree taken from:Configuration for a B+TreeBPlusTreePageMgr = BPlusTreeNode managerAbstraction 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 RecordBufferPageMgrManage the persistent state of the tree This consists of last committed root, and the limits on the blocks for both nodes and records.
-