Class DefaultRedoLogFactory

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