org.neo4j.server
Class RoundRobinJobScheduler
java.lang.Object
org.neo4j.server.RoundRobinJobScheduler
- All Implemented Interfaces:
- JobScheduler
public class RoundRobinJobScheduler
- extends Object
- implements JobScheduler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoundRobinJobScheduler
public RoundRobinJobScheduler()
scheduleToRunEveryXSeconds
public void scheduleToRunEveryXSeconds(Job job,
int runEveryXSeconds)
- Specified by:
scheduleToRunEveryXSeconds
in interface JobScheduler
stopJobs
public void stopJobs()
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.