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

Method joinLeaves

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

@param left left leaf @param right right leaf @param cap max capacity of the leaf @throws InvalidBTreeStateException is thrown when there are inconsistencies in the blocks.

(TreeLeaf left, TreeLeaf right, int cap)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mergeNodesMethod · 0.95

Calls 8

addLastToOverflowListMethod · 0.80
popOverflowPointerMethod · 0.80
addLastToValueListMethod · 0.80
popValueMethod · 0.80
addLastToKeyArrayMethod · 0.80
popKeyMethod · 0.80
incrementCapacityMethod · 0.80
decrementCapacityMethod · 0.80

Tested by

no test coverage detected