Uses of Class
org.apache.jena.dboe.trans.bplustree.BPTreeNode
Packages that use BPTreeNode
-
Uses of BPTreeNode in org.apache.jena.dboe.trans.bplustree
Methods in org.apache.jena.dboe.trans.bplustree that return BPTreeNodeModifier and TypeMethodDescriptionBPTreeNodeMgr.createNode(int parent) Allocate space for a fresh node.BPTreeNodeMgr.getRead(int id) BPTreeNodeMgr.getRead(int id, int parent) Fetch a block - fill in the parent id, which is not in the on-disk bytesBPTreeNodeMgr.getWrite(int id) BPTreeNodeMgr.getWrite(int id, int parent) Fetch a block - fill in the parent id, which is not in the on-disk bytesMethods in org.apache.jena.dboe.trans.bplustree with parameters of type BPTreeNodeModifier and TypeMethodDescriptionvoidAccessPath.add(BPTreeNode node, int idx, BPTreePage page) static org.apache.jena.dboe.base.record.RecordBPTreeNode.delete(BPTreeNode root, org.apache.jena.dboe.base.record.Record rec) Delete a record - return the old value if there was one, else nullstatic org.apache.jena.dboe.base.record.RecordBPTreeNode.insert(BPTreeNode root, org.apache.jena.dboe.base.record.Record record) Insert a record - return existing value if any, else nullvoidBPlusTree.newRoot(BPTreeNode newRoot) voidAccessPath.reset(BPTreeNode node, int idx, BPTreePage page) static org.apache.jena.dboe.base.record.RecordBPTreeNode.search(BPTreeNode root, org.apache.jena.dboe.base.record.Record rec) Find a record, using the active comparatorConstructors in org.apache.jena.dboe.trans.bplustree with parameters of type BPTreeNode