Uses of Class
org.apache.jena.tdb1.index.bplustree.BPTreeNode
Packages that use BPTreeNode
-
Uses of BPTreeNode in org.apache.jena.tdb1.index.bplustree
Methods in org.apache.jena.tdb1.index.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.getRoot(int id) Fetch a block for the root.BPTreeNodeMgr.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.tdb1.index.bplustree with parameters of type BPTreeNodeModifier and TypeMethodDescriptionstatic RecordBPTreeNode.delete(BPTreeNode root, Record rec) Delete a record - return the old value if there was one, else nullstatic RecordBPTreeNode.insert(BPTreeNode root, Record record) Insert a record - return existing value if any, else nullstatic RecordBPTreeNode.search(BPTreeNode root, Record rec) Find a record, using the active comparator