org.apache.jackrabbit.core.query.lucene
Interface RedoLogFactory

All Known Implementing Classes:
DefaultRedoLogFactory

public interface RedoLogFactory

RedoLogFactory a factory for RedoLogs.


Method Summary
 RedoLog createRedoLog(MultiIndex index)
          Creates a redo log starting at the current state of the index.
 

Method Detail

createRedoLog

RedoLog createRedoLog(MultiIndex index)
                      throws IOException
Creates a redo log starting at the current state of the index.

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.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.