Interface SingleDirectoryDbLedgerStorage.LedgerLoggerProcessor

Enclosing class:
SingleDirectoryDbLedgerStorage

public static interface SingleDirectoryDbLedgerStorage.LedgerLoggerProcessor
Interface which process ledger logger.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(long entryId, long entryLogId, long position)
     
  • Method Details

    • process

      void process(long entryId, long entryLogId, long position)