Uses of Class
org.apache.jena.tdb1.index.bplustree.BPTreePage
Packages that use BPTreePage
-
Uses of BPTreePage in org.apache.jena.tdb1.index.bplustree
Subclasses of BPTreePage in org.apache.jena.tdb1.index.bplustreeModifier and TypeClassDescriptionfinal classfinal classB+Tree wrapper over a block of records in a RecordBufferPage.Methods in org.apache.jena.tdb1.index.bplustree that return BPTreePageModifier and TypeMethodDescriptionBPTreeRecords.merge(BPTreePage right, Record splitKey) final BPTreePageBPTreeRecords.split()Split: place old high half in 'other'.Methods in org.apache.jena.tdb1.index.bplustree with parameters of type BPTreePageModifier and TypeMethodDescriptionBPTreeRecords.merge(BPTreePage right, Record splitKey) BPTreeRecords.shiftLeft(BPTreePage other, Record splitKey) BPTreeRecords.shiftRight(BPTreePage other, Record splitKey)