Class BPlusTreeRewriter
- java.lang.Object
-
- org.apache.jena.dboe.trans.bplustree.rewriter.BPlusTreeRewriter
-
public class BPlusTreeRewriter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BPlusTreeRewriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BPlusTreepackIntoBPlusTree(java.util.Iterator<org.apache.jena.dboe.base.record.Record> iterRecords, BPlusTreeParams bptParams, org.apache.jena.dboe.base.record.RecordFactory recordFactory, org.apache.jena.dboe.base.file.BufferChannel bptState, org.apache.jena.dboe.base.block.BlockMgr blkMgrNodes, org.apache.jena.dboe.base.block.BlockMgr blkMgrRecords)Given a stream of records and details of the B+Tree to build, go and build it.
-
-
-
Method Detail
-
packIntoBPlusTree
public static BPlusTree packIntoBPlusTree(java.util.Iterator<org.apache.jena.dboe.base.record.Record> iterRecords, BPlusTreeParams bptParams, org.apache.jena.dboe.base.record.RecordFactory recordFactory, org.apache.jena.dboe.base.file.BufferChannel bptState, org.apache.jena.dboe.base.block.BlockMgr blkMgrNodes, org.apache.jena.dboe.base.block.BlockMgr blkMgrRecords)
Given a stream of records and details of the B+Tree to build, go and build it.- Returns:
- A newly built BPlusTree
-
-