Class TransactionLog.ReverseReader

    • Constructor Detail

      • ReverseReader

        public ReverseReader()
    • Method Detail

      • next

        public abstract Object next()
                             throws IOException
        Returns the next object from the log, or null if none available.
        Returns:
        The log record, or null if EOF
        Throws:
        IOException - If there is a low-level I/O error.
      • position

        public abstract long position()
      • close

        public abstract void close()