Interface RedoLogFactory

    • 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.