Interface Journal.JournalScanner

  • Enclosing class:
    Journal

    public static interface Journal.JournalScanner
    Scanner used to scan a journal.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void process​(int journalVersion, long offset, java.nio.ByteBuffer entry)
      Process a journal entry.
    • Method Detail

      • process

        void process​(int journalVersion,
                     long offset,
                     java.nio.ByteBuffer entry)
              throws java.io.IOException
        Process a journal entry.
        Parameters:
        journalVersion - Journal Version
        offset - File offset of the journal entry
        entry - Journal Entry
        Throws:
        java.io.IOException