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

Interface Page

src/java/simpledb/Page.java:13–59  ·  view source on GitHub ↗

Page is the interface used to represent pages that are resident in the BufferPool. Typically, DbFiles will read and write pages from disk. Pages may be "dirty", indicating that they have been modified since they were last written out to disk. For recovery purposes, pages MUST have a single con

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 19

setUpMethod · 0.65
getIdMethod · 0.65
readPageMethod · 0.65
getTupleDescMethod · 0.65
getNextMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
getIdMethod · 0.65
testDirtyMethod · 0.65
testDirtyMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65

Implementers 4

HeapPagesrc/java/simpledb/HeapPage.java
BTreeRootPtrPagesrc/java/simpledb/BTreeRootPtrPage.jav
BTreeHeaderPagesrc/java/simpledb/BTreeHeaderPage.java
BTreePagesrc/java/simpledb/BTreePage.java

Calls

no outgoing calls

Tested by

no test coverage detected