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

Packages that use Sampleable
org.neo4j.server.rrd   
 

Uses of Sampleable in org.neo4j.server.rrd
 

Classes in org.neo4j.server.rrd that implement Sampleable
 class JmxSampleableBase
           
 class MemoryUsedSampleable
           
 class NodeIdsInUseSampleable
           
 class PropertyCountSampleable
           
 class RelationshipCountSampleable
           
 

Methods in org.neo4j.server.rrd with parameters of type Sampleable
protected  org.rrd4j.core.RrdDb RrdFactory.createRrdb(String inDirectory, int stepSize, int stepsPerArchive, Sampleable... sampleables)
           
 

Constructors in org.neo4j.server.rrd with parameters of type Sampleable
RrdSampler(org.rrd4j.core.Sample sample, Sampleable... samplables)
          Keep track of whether to run the update task or not.
 



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