MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getLogFile

Method getLogFile

src/java/simpledb/common/Database.java:42–44  ·  view source on GitHub ↗

Return the log file of the static Database instance

()

Source from the content-addressed store, hash-verified

40
41 /** Return the log file of the static Database instance */
42 public static LogFile getLogFile() {
43 return _instance.get()._logfile;
44 }
45
46 /** Return the buffer pool of the static Database instance */
47 public static BufferPool getBufferPool() {

Callers 10

abortMethod · 0.95
crashMethod · 0.95
PatchTestMethod · 0.95
flushAllPagesMethod · 0.95
flushPageMethod · 0.95
flushPagesMethod · 0.95
startMethod · 0.95
transactionCompleteMethod · 0.95

Calls 1

getMethod · 0.80

Tested by 5

abortMethod · 0.76
crashMethod · 0.76
PatchTestMethod · 0.76