Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ commit
Method
commit
src/java/simpledb/transaction/Transaction.java:35–37 ·
view source on GitHub ↗
Finish the transaction
()
Source
from the content-addressed store, hash-verified
33
34
/** Finish the transaction */
35
public
void
commit() throws IOException {
36
transactionComplete(false);
37
}
38
39
/** Finish the transaction */
40
public
void
abort() throws IOException {
Callers
15
testDoNotEvictDirtyPages
Method · 0.95
run
Method · 0.95
testAllDirtyFails
Method · 0.95
doInsert
Method · 0.95
TestCommitCrash
Method · 0.95
TestAbort
Method · 0.95
TestAbortCommitInterleaved
Method · 0.95
TestAbortCrash
Method · 0.95
TestCommitAbortCommitCrash
Method · 0.95
TestOpenCrash
Method · 0.95
TestOpenCommitOpenCrash
Method · 0.95
TestOpenCommitCheckpointOpenCrash
Method · 0.95
Calls
1
transactionComplete
Method · 0.95
Tested by
12
testDoNotEvictDirtyPages
Method · 0.76
run
Method · 0.76
testAllDirtyFails
Method · 0.76
doInsert
Method · 0.76
TestCommitCrash
Method · 0.76
TestAbort
Method · 0.76
TestAbortCommitInterleaved
Method · 0.76
TestAbortCrash
Method · 0.76
TestCommitAbortCommitCrash
Method · 0.76
TestOpenCrash
Method · 0.76
TestOpenCommitOpenCrash
Method · 0.76
TestOpenCommitCheckpointOpenCrash
Method · 0.76