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

Method isDirty

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

Get the id of the transaction that last dirtied this page, or null if the page is clean.. @return The id of the transaction that last dirtied this page, or null

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testDirtyMethod · 0.65
testDirtyMethod · 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 2

testDirtyMethod · 0.52
testDirtyMethod · 0.52