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

Method insertKey

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

Insert the key into the tree while also providing the flexibility of having unique keys or not at will. @param key key to add @param value value of the key @param unique allow duplicates for this run? @throws IOException is thrown when any of the read/write ops fail. @throws InvalidBTreeStateExcept

(long key, String value, boolean unique)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

insertIOMethod · 0.80
sequentialAddToTreeMethod · 0.80
fuzzyAddToTreeMethod · 0.80
addToTreeFromListMethod · 0.80

Calls 9

conditionStringMethod · 0.95
addPointerAtMethod · 0.95
splitTreeNodeMethod · 0.95
writeFileHeaderMethod · 0.95
insertNonFullMethod · 0.95
isFullMethod · 0.80
getPageIndexMethod · 0.80

Tested by

no test coverage detected