Class ProgressLogger


  • public class ProgressLogger
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProgressLogger​(org.slf4j.Logger logger, long expectedCount, org.slf4j.Marker marker)  
    • Method Summary

      Modifier and Type Method Description
      void incrementAndLog()  
      void incrementAndLog​(int logStepSize)  
      • Methods inherited from class java.lang.Object

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

      • ProgressLogger

        public ProgressLogger​(org.slf4j.Logger logger,
                              long expectedCount,
                              org.slf4j.Marker marker)
    • Method Detail

      • incrementAndLog

        public void incrementAndLog()
      • incrementAndLog

        public void incrementAndLog​(int logStepSize)