org.neo4j.server.rrd
Class RrdFactory
java.lang.Object
org.neo4j.server.rrd.RrdFactory
public class RrdFactory
- extends Object
|
Constructor Summary |
RrdFactory(org.apache.commons.configuration.Configuration config,
org.neo4j.kernel.logging.Logging logging)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STEP_SIZE
public static final int STEP_SIZE
- See Also:
- Constant Field Values
RrdFactory
public RrdFactory(org.apache.commons.configuration.Configuration config,
org.neo4j.kernel.logging.Logging logging)
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-2014 The Neo4j Graph Database Project. All Rights Reserved.