Uses of Class
org.apache.jena.dboe.trans.bplustree.BPTreeNode
-
Packages that use BPTreeNode Package Description org.apache.jena.dboe.trans.bplustree -
-
Uses of BPTreeNode in org.apache.jena.dboe.trans.bplustree
Methods in org.apache.jena.dboe.trans.bplustree that return BPTreeNode Modifier and Type Method Description BPTreeNodeBPTreeNodeMgr. createNode(int parent)Allocate space for a fresh node.BPTreeNodeBPTreeNodeMgr. getRead(int id)BPTreeNodeBPTreeNodeMgr. getRead(int id, int parent)Fetch a block - fill in the parent id, which is not in the on-disk bytesBPTreeNodeBPTreeNodeMgr. getWrite(int id)BPTreeNodeBPTreeNodeMgr. 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 BPTreeNode Modifier and Type Method Description voidAccessPath. 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 Constructor Description AccessPath(BPTreeNode root)
-