Package org.exist.storage.recovery

Examples of org.exist.storage.recovery.RecoveryManager


     *
     * @param broker
     * @throws EXistException
     */
  public boolean runRecovery(DBBroker broker) throws EXistException {
    final RecoveryManager recovery = new RecoveryManager(broker, journal, forceRestart);
    return recovery.recover();
  }
View Full Code Here

TOP

Related Classes of org.exist.storage.recovery.RecoveryManager

Copyright © 2018 www.massapicom. 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.