MCPcopy Create free account
hub / github.com/andylamp/BPlusTree / commitTree

Method commitTree

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

Just commit the tree by actually closing the FD thus flushing the buffers. @throws IOException is thrown when an I/O operation fails @throws InvalidBTreeStateException is thrown when there are inconsistencies in the blocks.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
afterMethod · 0.80

Calls 2

commitLookupPageMethod · 0.95
writeFileHeaderMethod · 0.95

Tested by 1

afterMethod · 0.64