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