Class LogReaderScan


  • class LogReaderScan
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogReaderScan()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void scan​(io.netty.buffer.ByteBufAllocator allocator, LogReader reader, EntryLogScanner scanner)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogReaderScan

        LogReaderScan()
    • Method Detail

      • scan

        static void scan​(io.netty.buffer.ByteBufAllocator allocator,
                         LogReader reader,
                         EntryLogScanner scanner)
                  throws java.io.IOException
        Throws:
        java.io.IOException