Class SlaveDatabase.SlaveDatabaseBootThread

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    SlaveDatabase

    private class SlaveDatabase.SlaveDatabaseBootThread
    extends java.lang.Object
    implements java.lang.Runnable
    Thread that boots the slave database. Will be blocked in LogFactory.recover until database is no longer in slave replication mode.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean create  
      private java.util.Properties params  
    • Constructor Summary

      Constructors 
      Constructor Description
      SlaveDatabaseBootThread​(boolean create, java.util.Properties startParams)  
    • Method Summary

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

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

      • create

        private boolean create
      • params

        private java.util.Properties params
    • Constructor Detail

      • SlaveDatabaseBootThread

        public SlaveDatabaseBootThread​(boolean create,
                                       java.util.Properties startParams)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable