Interface ILogReader

All Known Implementing Classes:
BatchLogReader, SingleFileLogReader

public interface ILogReader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    release resources occupied by this object, like file streams.
    boolean
    return whether there exists next log to be read.
    return the next log read from media like a WAL file and covert it to a PhysicalPlan.