MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / readPage

Method readPage

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

Read the specified page from disk. @throws IllegalArgumentException if the page does not exist in this file.

(PageId id)

Source from the content-addressed store, hash-verified

23 * @throws IllegalArgumentException if the page does not exist in this file.
24 */
25 Page readPage(PageId id);
26
27 /**
28 * Push the specified page to disk.

Callers 8

getPageMethod · 0.95
readPageMethod · 0.65
readPageMethod · 0.65
readPageMethod · 0.65
readPageMethod · 0.65
TestFlushAllMethod · 0.65
setRightSiblingPtrsMethod · 0.65
setParentsMethod · 0.65

Implementers 3

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/java/simpledb/storage/HeapFile.jav
BTreeFilesrc/java/simpledb/index/BTreeFile.java

Calls

no outgoing calls

Tested by 5

readPageMethod · 0.52
readPageMethod · 0.52
readPageMethod · 0.52
readPageMethod · 0.52
TestFlushAllMethod · 0.52