Class BPTreePage
java.lang.Object
org.apache.jena.dboe.trans.bplustree.BPTreePage
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable,org.apache.jena.dboe.base.page.Page
- Direct Known Subclasses:
BPTreeNode,BPTreeRecords
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, waitMethods inherited from interface org.apache.jena.dboe.base.page.Page
getBackingBlock, getId, getRefStr, resetMethods inherited from interface org.apache.jena.atlas.io.Printable
output