| Package | Description |
|---|---|
| org.apache.jena.dboe.trans.bplustree |
| Modifier and Type | Method and Description |
|---|---|
BPTreeNode |
BPTreeNodeMgr.createNode(int parent)
Allocate space for a fresh node.
|
BPTreeNode |
BPTreeNodeMgr.getRead(int id) |
BPTreeNode |
BPTreeNodeMgr.getRead(int id,
int parent)
Fetch a block - fill in the parent id, which is not in the on-disk bytes
|
BPTreeNode |
BPTreeNodeMgr.getWrite(int id) |
BPTreeNode |
BPTreeNodeMgr.getWrite(int id,
int parent)
Fetch a block - fill in the parent id, which is not in the on-disk bytes
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessPath.add(BPTreeNode node,
int idx,
BPTreePage page) |
static org.apache.jena.dboe.base.record.Record |
BPTreeNode.delete(BPTreeNode root,
org.apache.jena.dboe.base.record.Record rec)
Delete a record - return the old value if there was one, else null
|
static org.apache.jena.dboe.base.record.Record |
BPTreeNode.insert(BPTreeNode root,
org.apache.jena.dboe.base.record.Record record)
Insert a record - return existing value if any, else null
|
void |
BPlusTree.newRoot(BPTreeNode newRoot) |
void |
AccessPath.reset(BPTreeNode node,
int idx,
BPTreePage page) |
static org.apache.jena.dboe.base.record.Record |
BPTreeNode.search(BPTreeNode root,
org.apache.jena.dboe.base.record.Record rec)
Find a record, using the active comparator
|
| Constructor and Description |
|---|
AccessPath(BPTreeNode root) |
Licensed under the Apache License, Version 2.0