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

Method LogFile

src/java/simpledb/LogFile.java:107–121  ·  view source on GitHub ↗

Constructor. Initialize and back the log file with the specified file. We're not sure yet whether the caller is creating a brand new DB, in which case we should ignore the log file, or whether the caller will eventually want to recover (after populating the Catalog).

(File f)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected