org.neo4j.server.rrd
Class RrdFactory

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

public class RrdFactory
extends Object


Field Summary
static int STEP_SIZE
           
 
Constructor Summary
RrdFactory(org.apache.commons.configuration.Configuration config)
           
 
Method Summary
protected  org.rrd4j.core.RrdDb createRrdb(String rrdPathx, Sampleable... sampleables)
           
 org.rrd4j.core.RrdDb createRrdDbAndSampler(Database db, JobScheduler scheduler)
           
protected  String tempDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STEP_SIZE

public static final int STEP_SIZE
See Also:
Constant Field Values
Constructor Detail

RrdFactory

public RrdFactory(org.apache.commons.configuration.Configuration config)
Method Detail

createRrdDbAndSampler

public org.rrd4j.core.RrdDb createRrdDbAndSampler(Database db,
                                                  JobScheduler scheduler)
                                           throws IOException
Throws:
IOException

tempDir

protected String tempDir()
                  throws IOException
Throws:
IOException

createRrdb

protected org.rrd4j.core.RrdDb createRrdb(String rrdPathx,
                                          Sampleable... sampleables)


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