public class BPlusTreeRewriter extends Object
| Constructor and Description |
|---|
BPlusTreeRewriter() |
| Modifier and Type | Method and Description |
|---|---|
static BPlusTree |
packIntoBPlusTree(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.
|
public static BPlusTree packIntoBPlusTree(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)
Licensed under the Apache License, Version 2.0