Package com.graphaware.runtime.schedule

Examples of com.graphaware.runtime.schedule.RotatingTaskScheduler


     * @param timingStrategy     the {@link TimingStrategy} to use for scheduling the timer-driven modules.
     */
    public ProductionTimerDrivenModuleManager(GraphDatabaseService database, ModuleMetadataRepository metadataRepository, TimingStrategy timingStrategy) {
      super(metadataRepository);
      this.database = database;
      taskScheduler = new RotatingTaskScheduler(database, metadataRepository, timingStrategy);
    }
View Full Code Here

TOP

Related Classes of com.graphaware.runtime.schedule.RotatingTaskScheduler

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.