Class DefaultRedoLogFactory
- java.lang.Object
-
- org.apache.jackrabbit.core.query.lucene.DefaultRedoLogFactory
-
- All Implemented Interfaces:
RedoLogFactory
public class DefaultRedoLogFactory extends Object implements RedoLogFactory
DefaultRedoLogFactory
...
-
-
Constructor Summary
Constructors Constructor Description DefaultRedoLogFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedoLog
createRedoLog(MultiIndex index)
Creates a redo log starting at the current state of theindex
.
-
-
-
Method Detail
-
createRedoLog
public RedoLog createRedoLog(MultiIndex index) throws IOException
Description copied from interface:RedoLogFactory
Creates a redo log starting at the current state of theindex
.- Specified by:
createRedoLog
in interfaceRedoLogFactory
- 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.
-
-