org.neo4j.server
Class RoundRobinJobScheduler

java.lang.Object
  extended by org.neo4j.server.RoundRobinJobScheduler
All Implemented Interfaces:
JobScheduler

public class RoundRobinJobScheduler
extends Object
implements JobScheduler


Constructor Summary
RoundRobinJobScheduler(org.neo4j.kernel.logging.Logging logging)
           
 
Method Summary
 void scheduleAtFixedRate(Runnable job, String jobName, long delay, long period)
           
 void stopJobs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinJobScheduler

public RoundRobinJobScheduler(org.neo4j.kernel.logging.Logging logging)
Method Detail

scheduleAtFixedRate

public void scheduleAtFixedRate(Runnable job,
                                String jobName,
                                long delay,
                                long period)
Specified by:
scheduleAtFixedRate in interface JobScheduler

stopJobs

public void stopJobs()


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.