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

Method writePage

src/java/simpledb/DbFile.java:29–29  ·  view source on GitHub ↗

Push the specified page to disk. @param p The page to write. page.getId().pageno() specifies the offset into the file where the page should be written. @throws IOException if the write fails

(Page p)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

setRightSiblingPtrsMethod · 0.65
setParentsMethod · 0.65
cleanUpEntriesMethod · 0.65
updateEntriesMethod · 0.65

Implementers 3

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/java/simpledb/HeapFile.java
BTreeFilesrc/java/simpledb/BTreeFile.java

Calls

no outgoing calls

Tested by

no test coverage detected