MCPcopy Create free account
hub / github.com/awelm/simpledb / logWrite

Method logWrite

src/simpledb/LogFile.java:197–219  ·  view source on GitHub ↗

Write an UPDATE record to disk for the specified tid and page (with provided before and after images.) @param tid The transaction performing the write @param before The before image of the page @param after The after image of the page @see simpledb.Pa

(TransactionId tid, Page before,
                                       Page after)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

logMethod · 0.95
preAppendMethod · 0.95
writePageDataMethod · 0.95
getIdMethod · 0.65

Tested by

no test coverage detected