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

Method writeNode

src/main/java/ds/bplus/bptree/TreeOverflow.java:75–103  ·  view source on GitHub ↗

Overflow node write structure is as follows: -- node type -- (2 bytes) -- next pointer -- (8 bytes) -- prev pointer -- (8 bytes) -- values -- (max size satellite size) @param r pointer to opened B+ tree file @throws IOException is thrown when an I/O operation fails

(RandomAccessFile r, BPlusConfiguration conf,
                          BPlusTreePerformanceCounter bPerf)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

createOverflowPageMethod · 0.95
insertNonFullMethod · 0.95
deleteKeyMethod · 0.95

Calls 5

getPageIndexMethod · 0.80
getCurrentCapacityMethod · 0.80
getPageSizeMethod · 0.80
getPageTypeMethod · 0.45

Tested by

no test coverage detected