Interface ScanHandle

All Known Implementing Classes:
FlushedScanHandle

public interface ScanHandle
Inteface for scanning the log from outside the RawStore.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close this scan.
    int
    Get the group for the current log record.
    Get the DatabaseInstant for the current log record.
    Get the Loggable associated with the currentLogRecord
    Get an InputStream for reading the optional data associated with the current log record.
    Get the TransactionId for the current log record.
    boolean
    Position to the next log record.