org.apache.jackrabbit.core.query.lucene
Class DefaultRedoLogFactory

java.lang.Object
  extended by org.apache.jackrabbit.core.query.lucene.DefaultRedoLogFactory
All Implemented Interfaces:
RedoLogFactory

public class DefaultRedoLogFactory
extends Object
implements RedoLogFactory

DefaultRedoLogFactory...


Constructor Summary
DefaultRedoLogFactory()
           
 
Method Summary
 RedoLog createRedoLog(MultiIndex index)
          Creates a redo log starting at the current state of the index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRedoLogFactory

public DefaultRedoLogFactory()
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 the index.

Specified by:
createRedoLog in interface RedoLogFactory
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.