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()
scheduleAtFixedRate
public void scheduleAtFixedRate(Runnable job,
String jobName,
long delay,
long period)
- Specified by:
scheduleAtFixedRate in interface JobScheduler
stopJobs
public void stopJobs()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.