Package org.apache.uima.ducc.transport.event.common.history

Examples of org.apache.uima.ducc.transport.event.common.history.HistoryPersistenceManager


  }
 
  private void restore() {
    String location = "restore";
    logger.info(location, jobid, messages.fetchLabel("History directory")+IDuccEnv.DUCC_HISTORY_DIR);
    HistoryPersistenceManager hpm = HistoryPersistenceManager.getInstance();
    DuccData duccData = DuccData.getInstance();
    restoreReservations(hpm, duccData);
    restoreJobs(hpm, duccData);
    restoreServices(hpm, duccData);
    duccData.report();
View Full Code Here

TOP

Related Classes of org.apache.uima.ducc.transport.event.common.history.HistoryPersistenceManager

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.