org.neo4j.server.database
Class CommunityDatabase
java.lang.Object
org.neo4j.server.database.Database
org.neo4j.server.database.CommunityDatabase
- All Implemented Interfaces:
- org.neo4j.kernel.lifecycle.Lifecycle
public class CommunityDatabase
- extends Database
| Fields inherited from class org.neo4j.server.database.Database |
graph |
| Methods inherited from class org.neo4j.server.database.Database |
getGraph, getIndexManager, getLocation, getLogging, getNodeIndex, getRelationshipIndex, init, rrdDb, setRrdDb, shutdown, startup, statisticCollector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configurator
protected final Configurator configurator
serverConfiguration
protected final org.apache.commons.configuration.Configuration serverConfiguration
log
protected final org.neo4j.kernel.logging.ConsoleLogger log
CommunityDatabase
public CommunityDatabase(Configurator configurator,
org.neo4j.kernel.logging.Logging logging)
start
public void start()
throws Throwable
- Specified by:
start in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
start in class Database
- Throws:
Throwable
stop
public void stop()
throws Throwable
- Specified by:
stop in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
stop in class Database
- Throws:
Throwable
getDbTuningPropertiesWithServerDefaults
protected Map<String,String> getDbTuningPropertiesWithServerDefaults()
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.