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

Method getId

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

Return the id of this page. The id is a unique identifier for a page that can be used to look up the page on disk or determine if the page is resident in the buffer pool. @return the id of this page

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

setUpMethod · 0.65
getIdMethod · 0.65
readPageMethod · 0.65
getTupleDescMethod · 0.65
getNextMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
getIdMethod · 0.65
addEntryMethod · 0.65
testReusePageMethod · 0.65
getIdMethod · 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 15

setUpMethod · 0.52
getIdMethod · 0.52
readPageMethod · 0.52
getTupleDescMethod · 0.52
getNextMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
getIdMethod · 0.52
addEntryMethod · 0.52
testReusePageMethod · 0.52
getIdMethod · 0.52