Uses of Class
org.apache.jena.tdb1.index.bplustree.BPlusTreeParams
Packages that use BPlusTreeParams
-
Uses of BPlusTreeParams in org.apache.jena.tdb1.index.bplustree
Methods in org.apache.jena.tdb1.index.bplustree that return BPlusTreeParamsModifier and TypeMethodDescriptionBPlusTree.getParams()Get the parameters describing this B+Treefinal BPlusTreeParamsBPTreePage.getParams()static BPlusTreeParamsMethods in org.apache.jena.tdb1.index.bplustree with parameters of type BPlusTreeParamsModifier and TypeMethodDescriptionstatic BPlusTreeBPlusTree.attach(BPlusTreeParams params, BlockMgr blkMgrNodes, BlockMgr blkMgrRecords) Create the in-memory structures to correspond to the supplied block managers for the persistent storage.static BPlusTreeBPlusTree.create(BPlusTreeParams params, BlockMgr blkMgrNodes, BlockMgr blkMgrLeaves) Create the in-memory structures to correspond to the supplied block managers for the persistent storage.static BPlusTreeBPlusTreeRewriter.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.