Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ force
Method
force
src/java/simpledb/storage/LogFile.java:677–680 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
675
}
676
677
public
synchronized
void
force() throws IOException {
678
//进行刷盘
679
raf.getChannel().force(true);
680
}
681
682
}
Callers
6
logAbort
Method · 0.95
logCommit
Method · 0.95
logCheckpoint
Method · 0.95
flushAllPages
Method · 0.80
flushPage
Method · 0.80
flushPages
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected