public class Journal extends Object
| Constructor and Description |
|---|
Journal(String folder,
String imageFileName,
String editLogFileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
createEditLog(long transactionId) |
void |
createImage(MasterInfo info) |
EditLog |
getEditLog() |
long |
loadEditLog(MasterInfo info)
Load edit log.
|
void |
loadImage(MasterInfo info) |
public Journal(String folder, String imageFileName, String editLogFileName) throws IOException
IOExceptionpublic void loadImage(MasterInfo info) throws IOException
IOExceptionpublic long loadEditLog(MasterInfo info) throws IOException
info - The Master Info.IOExceptionpublic void createImage(MasterInfo info) throws IOException
IOExceptionpublic void createEditLog(long transactionId)
throws IOException
IOExceptionpublic EditLog getEditLog()
public void close()
Copyright © 2013. All rights reserved.