| Package | Description |
|---|---|
| org.apache.jena.dboe.trans.bplustree | |
| org.apache.jena.dboe.trans.bplustree.rewriter |
| Class and Description |
|---|
| AccessPath |
| BPlusTree
B-Tree taken from:
|
| BPlusTreeParams
Configuration for a B+Tree
|
| BPTreeNode |
| BPTreeNodeMgr
BPlusTreePageMgr = BPlusTreeNode manager
|
| BPTreePage
Abstraction of a B+Tree node - either an branch (BTreeNode) or records block (BTreeRecords)
|
| BPTreeRecords
B+Tree wrapper over a block of records in a RecordBufferPage.
|
| BPTreeRecordsMgr
Bridge for making, getting and putting BPTreeRecords over a RecordBufferPageMgr
|
| BPTStateMgr
Manage the persistent state of the tree
This consists of last committed root, and the limits on the blocks for both
nodes and records.
|
| Class and Description |
|---|
| BPlusTree
B-Tree taken from:
|
| BPlusTreeParams
Configuration for a B+Tree
|
Licensed under the Apache License, Version 2.0