org.neo4j.server.rrd
Class RrdSamplerImpl

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

public class RrdSamplerImpl
extends Object

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


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

Constructor Detail

RrdSamplerImpl

protected RrdSamplerImpl(org.rrd4j.core.RrdDb rrdDb,
                         Sampleable... samplables)
Keep track of whether to run the update task or not.

Method Detail

updateSample

public void updateSample()


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