org.neo4j.server.rrd
Interface JobScheduler

All Known Implementing Classes:
RoundRobinJobScheduler

public interface JobScheduler


Method Summary
 void scheduleToRunEveryXSeconds(Job job, int runEveryXSeconds)
           
 

Method Detail

scheduleToRunEveryXSeconds

void scheduleToRunEveryXSeconds(Job job,
                                int runEveryXSeconds)


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.