org.neo4j.server.rrd
Class RrdSampler

java.lang.Object
  extended by org.neo4j.server.rrd.RrdSampler

public class RrdSampler
extends Object

Manages sampling the state of the database and storing the samples in a round robin database instance.


Constructor Summary
protected RrdSampler(org.rrd4j.core.Sample sample, Sampleable... samplables)
          Keep track of whether to run the update task or not.
 
Method Summary
 org.rrd4j.core.Sample updateSample()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RrdSampler

protected RrdSampler(org.rrd4j.core.Sample sample,
                     Sampleable... samplables)
              throws MalformedObjectNameException
Keep track of whether to run the update task or not.

Throws:
MalformedObjectNameException
Method Detail

updateSample

public org.rrd4j.core.Sample updateSample()


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