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

Method isTimeToMerge

src/main/java/ds/bplus/bptree/TreeNode.java:61–76  ·  view source on GitHub ↗

Check if the node is underutilized and needs to be merged @param conf B+ Tree configuration reference @return true is the node needs to be merged or false if it's not

(BPlusConfiguration conf)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

deleteKeyMethod · 0.80

Calls 7

isRootMethod · 0.95
getCurrentCapacityMethod · 0.95
isLeafMethod · 0.95
isOverflowMethod · 0.95
isEmptyMethod · 0.95

Tested by

no test coverage detected