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
IOException
public void loadImage(MasterInfo info) throws IOException
IOException
public long loadEditLog(MasterInfo info) throws IOException
info
- The Master Info.IOException
public void createImage(MasterInfo info) throws IOException
IOException
public void createEditLog(long transactionId) throws IOException
IOException
public EditLog getEditLog()
public void close()
Copyright © 2013. All rights reserved.