Class SchemaDiffingRunningCheck


  • class SchemaDiffingRunningCheck
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.atomic.AtomicBoolean wasStopped  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void check()  
      (package private) void stop()  
      • Methods inherited from class java.lang.Object

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

      • wasStopped

        private final java.util.concurrent.atomic.AtomicBoolean wasStopped
    • Constructor Detail

      • SchemaDiffingRunningCheck

        SchemaDiffingRunningCheck()
    • Method Detail

      • check

        void check()
      • stop

        void stop()