Class BPTreePage

java.lang.Object
org.apache.jena.tdb1.index.bplustree.BPTreePage
All Implemented Interfaces:
org.apache.jena.atlas.io.Printable, Page
Direct Known Subclasses:
BPTreeNode, BPTreeRecords

public abstract class BPTreePage extends Object implements Page
Abstraction of a B+Tree node - either an branch (BTreeNode) or leaf (BTreeLeaf - records)
  • Method Details