Class SlaveDatabase.SlaveDatabaseBootThread

java.lang.Object
org.apache.derby.impl.db.SlaveDatabase.SlaveDatabaseBootThread
All Implemented Interfaces:
Runnable
Enclosing class:
SlaveDatabase

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

    • create

      private boolean create
    • params

      private Properties params
  • Constructor Details

    • SlaveDatabaseBootThread

      public SlaveDatabaseBootThread(boolean create, Properties startParams)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable