|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.db.transaction.DiskTransactionLogger
public class DiskTransactionLogger
Constructor Summary | |
---|---|
DiskTransactionLogger(java.io.File snapfile,
java.io.File logfile)
|
Method Summary | |
---|---|
void |
logTransaction(Transaction transaction)
|
void |
readSnapshot(SnapshotManager sm)
|
void |
writeSnapshot(SnapshotManager sm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiskTransactionLogger(java.io.File snapfile, java.io.File logfile)
Method Detail |
---|
public void writeSnapshot(SnapshotManager sm) throws java.io.IOException
java.io.IOException
public void readSnapshot(SnapshotManager sm) throws java.io.IOException
java.io.IOException
public void logTransaction(Transaction transaction) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |