Package com.ikanow.infinit.e.core.execute_synchronization

Examples of com.ikanow.infinit.e.core.execute_synchronization.SynchronizationController


        sourceDebug = (String) cliOpts.getOptionValue("source");
      }
      SourceUtils.checkSourcesHaveHashes(communityOverride, sourceDebug);
        // (infrequently ie as part of sync, check all the sources have hashes, which the harvester depends on)
     
      new SynchronizationController().startService(nTimeOfLastCleanse_secs, SourceUtils.getSourcesToWorkOn(communityOverride, sourceDebug, true, true));
    }//TESTED
    else if (cliOpts.hasOption("custom"))
    {
      String jobOverride = null;
      if (cliOpts.hasOption("jobtitle")) {
View Full Code Here

TOP

Related Classes of com.ikanow.infinit.e.core.execute_synchronization.SynchronizationController

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.