public interface RedoLogFactory
RedoLogFactory a factory for RedoLogs.| Modifier and Type | Method and Description |
|---|---|
RedoLog |
createRedoLog(MultiIndex index)
Creates a redo log starting at the current state of the
index. |
RedoLog createRedoLog(MultiIndex index) throws IOException
index.index - the index.IOException - if an error occurs while reading from the index or
the log cannot be created for some other reason.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.