Interface VacuumListener


  • public interface VacuumListener
    • Method Detail

      • vacuumBegin

        void vacuumBegin​(long taskCount)
      • taskBegin

        void taskBegin​(String task,
                       Long stepCount)
      • stepBegin

        void stepBegin​(String stepName,
                       Long toProcessCount)
      • processed

        void processed​(long count)