Module org.apache.jena.tdb
Package org.apache.jena.tdb1.index.bplustree
package org.apache.jena.tdb1.index.bplustree
-
ClassDescriptionB-Tree converted to B+Tree B-Tree taken from: Introduction to Algorithms, Second Edition Chapter 18: B-Trees by Thomas H.Configuration for a B+TreeBPlusTreePageMgr = BPlusTreeNode managerAbstraction of a B+Tree node - either an branch (BTreeNode) or leaf (BTreeLeaf - records)B+Tree wrapper over a block of records in a RecordBufferPage.Bridge for making, getting and putting BPTreeRecords over a RecordBufferPageMgr