MCPcopy Index your code
hub / github.com/andylamp/BPlusTree / commitLookupPage

Method commitLookupPage

src/main/java/ds/bplus/bptree/BPlusTree.java:1830–1928  ·  view source on GitHub ↗

Function that commits the allocation pool to the file; this can be done after each deletion or more unsafely before committing the file changes at the end. @throws IOException is thrown when an I/O operation fails @throws InvalidBTreeStateException is thrown when there are inconsistencies in the bl

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

commitTreeMethod · 0.95
deletePageMethod · 0.95

Calls 8

conditionFileLengthMethod · 0.95
writeNodeMethod · 0.95
getHeaderSizeMethod · 0.80
addToKeyArrayAtMethod · 0.80
incrementCapacityMethod · 0.80

Tested by

no test coverage detected