Uses of Class
org.apache.jena.tdb1.index.bplustree.BPlusTree
Packages that use BPlusTree
Package
Description
-
Uses of BPlusTree in org.apache.jena.tdb1.index
Methods in org.apache.jena.tdb1.index that return BPlusTreeModifier and TypeMethodDescriptionstatic BPlusTreeSetupIndex.createBPTree(FileSet fileset, int order, int blockSize, int readCacheSize, int writeCacheSize, RecordFactory factory) Knowing all the parameters, create a B+Tree -
Uses of BPlusTree in org.apache.jena.tdb1.index.bplustree
Methods in org.apache.jena.tdb1.index.bplustree that return BPlusTreeModifier and TypeMethodDescriptionstatic BPlusTreeBPlusTree.addTracking(BPlusTree bpTree) Debuggingstatic 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.final BPlusTreeBPTreePage.getBPlusTree()static BPlusTreeBPlusTree.makeMem(int order, int minRecords, int keyLength, int valueLength) (Testing mainly) Make an in-memory B+Tree, with copy-in, copy-out block managersstatic BPlusTree(Testing mainly) Make an in-memory B+Tree, with copy-in, copy-out block managersstatic 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.Methods in org.apache.jena.tdb1.index.bplustree with parameters of type BPlusTreeModifier and TypeMethodDescriptionstatic BPlusTreeBPlusTree.addTracking(BPlusTree bpTree) DebuggingConstructors in org.apache.jena.tdb1.index.bplustree with parameters of type BPlusTree -
Uses of BPlusTree in org.apache.jena.tdb1.lib
Methods in org.apache.jena.tdb1.lib with parameters of type BPlusTreeModifier and TypeMethodDescriptionstatic voidDumpOps.dumpBPlusTree(PrintStream out, BPlusTree bpt) static voidDumpOps.dumpBPlusTreeBlocks(BPlusTree bpt) -
Uses of BPlusTree in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return BPlusTreeModifier and TypeMethodDescriptionstatic BPlusTreeSetupTDB.createBPTree(FileSet fileset, int order, int blockSize, int readCacheSize, int writeCacheSize, RecordFactory factory) Knowing all the parameters, create a B+Tree