Uses of Class
org.apache.jena.dboe.trans.bplustree.BPlusTreeParams
Packages that use BPlusTreeParams
Package
Description
-
Uses of BPlusTreeParams in org.apache.jena.dboe.trans.bplustree
Methods in org.apache.jena.dboe.trans.bplustree that return BPlusTreeParamsModifier and TypeMethodDescriptionBPlusTree.getParams()Get the parameters describing this B+Treestatic BPlusTreeParamsBPlusTreeParams.readMeta(org.apache.jena.dboe.base.file.MetaFile mf) Methods in org.apache.jena.dboe.trans.bplustree with parameters of type BPlusTreeParamsModifier and TypeMethodDescriptionstatic BPlusTreeBPlusTreeFactory.create(org.apache.jena.dboe.transaction.txn.ComponentId id, BPlusTreeParams params, org.apache.jena.dboe.base.file.BufferChannel chan, org.apache.jena.dboe.base.block.BlockMgr blkMgrNodes, org.apache.jena.dboe.base.block.BlockMgr blkMgrLeaves) Create the java structures to correspond to the supplied block managers for the persistent storage.static BPlusTreeBPlusTreeFactory.createNonTxn(BPlusTreeParams params, org.apache.jena.dboe.base.file.BufferChannel chan, org.apache.jena.dboe.base.block.BlockMgr blkMgrNodes, org.apache.jena.dboe.base.block.BlockMgr blkMgrLeaves) Create the java structures to correspond to the supplied block managers for the persistent storage.static BPlusTreeBPT.createRootOnlyBPTree(BPlusTreeParams bptParams, org.apache.jena.dboe.base.file.BufferChannel bptState, org.apache.jena.dboe.base.block.BlockMgr blkMgrNodes, org.apache.jena.dboe.base.block.BlockMgr blkMgrRecords) The initial tree is a single root node with no records block below it. -
Uses of BPlusTreeParams in org.apache.jena.dboe.trans.bplustree.rewriter
Methods in org.apache.jena.dboe.trans.bplustree.rewriter with parameters of type BPlusTreeParamsModifier and TypeMethodDescriptionstatic BPlusTreeBPlusTreeRewriter.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.