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

Method isFull

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

Check if the node is full (and needs splitting) @param conf configuration to deduce which degree to use @return true is the node is full 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

insertKeyMethod · 0.80
insertNonFullMethod · 0.80

Calls 5

isLeafMethod · 0.95
isOverflowMethod · 0.95

Tested by

no test coverage detected