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

Method openFile

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

Opens a file descriptor to our B+ Tree storage file; it can handle already existing files as well without recreating them unless explicitly stated. @param path file path @param mode mode of opening (basically to truncate it or not) @param opt configuration reference @throws IOException is thrown wh

(String path, String mode, BPlusConfiguration opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

BPlusTreeMethod · 0.95

Calls 4

readFileHeaderMethod · 0.95
initializeLookupPageMethod · 0.95
createTreeMethod · 0.95
writeFileHeaderMethod · 0.95

Tested by

no test coverage detected