Class BPlusTreeRewriter


  • public class BPlusTreeRewriter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BPlusTreeRewriter

        public BPlusTreeRewriter()
    • 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