Class JatosMigrations


  • public class JatosMigrations
    extends java.lang.Object
    Similar to ApplicationEvolutions this class handles locking of a MySQL database to prevent parallel access from multiple nodes. Only works with a MySQL database - not H2!
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start​(java.lang.Runnable callback)  
      • Methods inherited from class java.lang.Object

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

      • start

        public void start​(java.lang.Runnable callback)
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException