Interface ConsistencyCheckListener


  • public interface ConsistencyCheckListener
    • Method Detail

      • startCheck

        void startCheck​(String id)
        Called when checking of a node starts
        Parameters:
        id - node ID
      • report

        void report​(ReportItem item)
        Called when there's a consistency problem to be reported
        Parameters:
        item - problem report
      • error

        void error​(String id,
                   String message)
        Called on errors with the check procedure
        Parameters:
        id - node id (can be null)
        message -
      • info

        void info​(String id,
                  String message)
        Called on progress with the check procedure
        Parameters:
        id - node id (can be null)
        message -