java.lang.Object
org.apache.jena.tdb1.index.bplustree.BPlusTreeRewriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BPlusTreepackIntoBPlusTree(Iterator<Record> iterRecords, BPlusTreeParams bptParams, RecordFactory recordFactory, BlockMgr blkMgrNodes, BlockMgr blkMgrRecords) Given a stream of records and details of the B+Tree to build, go and build it.
-
Constructor Details
-
BPlusTreeRewriter
public BPlusTreeRewriter()
-
-
Method Details
-
packIntoBPlusTree
public static BPlusTree packIntoBPlusTree(Iterator<Record> iterRecords, BPlusTreeParams bptParams, RecordFactory recordFactory, BlockMgr blkMgrNodes, BlockMgr blkMgrRecords) Given a stream of records and details of the B+Tree to build, go and build it.- Returns:
- A newly built BPlusTree
-