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

Method incrementCapacity

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

Increment the node capacity by one. @param conf configuration instance for validating the limits. @throws InvalidBTreeStateException is thrown when the capacity limits are violated after incrementing.

(BPlusConfiguration conf)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

splitTreeNodeMethod · 0.80
createOverflowPageMethod · 0.80
insertNonFullMethod · 0.80
redistributeNodesMethod · 0.80
joinLeavesMethod · 0.80
mergeNodesMethod · 0.80
joinInternalNodesMethod · 0.80
commitLookupPageMethod · 0.80

Calls 1

Tested by

no test coverage detected