Examples of RotatingTaskScheduler


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
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.