Interface LogMonitor


public interface LogMonitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    corruption(long bytes, String reason)
     
    void
    corruption(long bytes, Throwable reason)
     
  • Method Details

    • corruption

      void corruption(long bytes, String reason)
    • corruption

      void corruption(long bytes, Throwable reason)