org.neo4j.server.rrd
Class RrdJob

java.lang.Object
  extended by org.neo4j.server.rrd.RrdJob
All Implemented Interfaces:
Runnable

public class RrdJob
extends Object
implements Runnable


Constructor Summary
RrdJob(org.neo4j.server.rrd.RrdSampler... sampler)
           
RrdJob(TimeSource timeSource, org.neo4j.server.rrd.RrdSampler... sampler)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RrdJob

public RrdJob(org.neo4j.server.rrd.RrdSampler... sampler)

RrdJob

public RrdJob(TimeSource timeSource,
              org.neo4j.server.rrd.RrdSampler... sampler)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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