Class BPTreePage

  • All Implemented Interfaces:
    org.apache.jena.atlas.io.Printable, org.apache.jena.dboe.base.page.Page
    Direct Known Subclasses:
    BPTreeNode, BPTreeRecords

    public abstract class BPTreePage
    extends java.lang.Object
    implements org.apache.jena.dboe.base.page.Page
    Abstraction of a B+Tree node - either an branch (BTreeNode) or records block (BTreeRecords)
    • Field Summary

      • Fields inherited from interface org.apache.jena.dboe.base.page.Page

        NO_ID
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.jena.dboe.base.page.Page

        getBackingBlock, getId, getRefStr, reset
      • Methods inherited from interface org.apache.jena.atlas.io.Printable

        output