| Package | Description |
|---|---|
| org.apache.jena.dboe.trans.bplustree |
| Modifier and Type | Class and Description |
|---|---|
class |
BPTreeNode |
class |
BPTreeRecords
B+Tree wrapper over a block of records in a RecordBufferPage.
|
| Modifier and Type | Method and Description |
|---|---|
BPTreePage |
BPTreeRecords.split()
Split: place old high half in 'other'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessPath.add(BPTreeNode node,
int idx,
BPTreePage page) |
void |
AccessPath.reset(BPTreeNode node,
int idx,
BPTreePage page) |
org.apache.jena.dboe.base.record.Record |
BPTreeRecords.shiftLeft(BPTreePage other,
org.apache.jena.dboe.base.record.Record splitKey) |
org.apache.jena.dboe.base.record.Record |
BPTreeRecords.shiftRight(BPTreePage other,
org.apache.jena.dboe.base.record.Record splitKey) |
Licensed under the Apache License, Version 2.0