Uses of Interface
org.neo4j.server.rrd.Job

Packages that use Job
org.neo4j.server   
org.neo4j.server.rrd   
 

Uses of Job in org.neo4j.server
 

Methods in org.neo4j.server with parameters of type Job
 void RoundRobinJobScheduler.scheduleToRunEveryXSeconds(Job job, int runEveryXSeconds)
           
 

Uses of Job in org.neo4j.server.rrd
 

Classes in org.neo4j.server.rrd that implement Job
 class RrdJob
           
 

Methods in org.neo4j.server.rrd with parameters of type Job
 void JobScheduler.scheduleToRunEveryXSeconds(Job job, int runEveryXSeconds)
           
 

Constructors in org.neo4j.server.rrd with parameters of type Job
ScheduledJob(Job job, int runEvery_seconds)
           
 



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