Interface RedoLogFactory
-
- All Known Implementing Classes:
DefaultRedoLogFactory
public interface RedoLogFactory
RedoLogFactory
a factory forRedoLog
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedoLog
createRedoLog(MultiIndex index)
Creates a redo log starting at the current state of theindex
.
-
-
-
Method Detail
-
createRedoLog
RedoLog createRedoLog(MultiIndex index) throws IOException
Creates a redo log starting at the current state of theindex
.- Parameters:
index
- the index.- Returns:
- the redo log.
- Throws:
IOException
- if an error occurs while reading from the index or the log cannot be created for some other reason.
-
-