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

Method getPageType

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

Get the page type that maps the enumeration to numbers that are easily stored in our file. @return the number representation of the node type @throws InvalidPropertiesFormatException is thrown when the page type is not matched.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

writeNodeMethod · 0.45
writeNodeMethod · 0.45
writeNodeMethod · 0.45
writeNodeMethod · 0.45

Calls 1

getNodeTypeMethod · 0.95

Tested by

no test coverage detected