org.neo4j.server.rrd
Class RrdSampler
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
updateSample
public org.rrd4j.core.Sample updateSample()
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.