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
RedoLogFactory
index
.createRedoLog
in interface RedoLogFactory
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–2021 The Apache Software Foundation. All rights reserved.