MCPcopy Create free account
hub / github.com/awelm/simpledb / writePage

Method writePage

src/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 1

flushPageMethod · 0.95

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected