Class EditLogInputException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.namenode.EditLogInputException
All Implemented Interfaces:
Serializable

@Private public class EditLogInputException extends IOException
Thrown when there's a failure to read an edit log op from disk when loading edits.
See Also:
  • Constructor Details

    • EditLogInputException

      public EditLogInputException(String message, Throwable cause, long numEditsLoaded)
  • Method Details

    • getNumEditsLoaded

      public long getNumEditsLoaded()