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)
| 32 | * |
| 33 | */ |
| 34 | void writePage(Page p) throws IOException; |
| 35 | |
| 36 | /** |
| 37 | * Inserts the specified tuple to the file on behalf of transaction. |
no outgoing calls
no test coverage detected