MCPcopy 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

logAbortMethod · 0.95
logCommitMethod · 0.95
logCheckpointMethod · 0.95
flushAllPagesMethod · 0.80
flushPageMethod · 0.80
flushPagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected