MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / writePage

Method writePage

src/java/simpledb/BTreeFile.java:147–161  ·  view source on GitHub ↗

Write a page to disk. This should not be called directly but should be called from the BufferPool when pages are flushed to disk @param page - the page to write to disk

(Page page)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

convertMethod · 0.95

Calls 7

pgcategMethod · 0.95
getPageSizeMethod · 0.95
getPageSizeMethod · 0.95
getIdMethod · 0.65
getPageDataMethod · 0.65
closeMethod · 0.65
getPageNumberMethod · 0.65

Tested by

no test coverage detected