Package org.exist.storage.recovery

Examples of org.exist.storage.recovery.RecoveryManager.recover()


     * @param broker
     * @throws EXistException
     */
  public boolean runRecovery(DBBroker broker) throws EXistException {
    final RecoveryManager recovery = new RecoveryManager(broker, journal, forceRestart);
    return recovery.recover();
  }
 
    /**
     * Create a new transaction. Creates a new transaction id that will
     * be logged to disk immediately.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.