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
|
Field Summary |
protected org.apache.commons.configuration.Configuration |
serverConfig
|
| Methods inherited from class org.neo4j.server.database.Database |
getGraph, getIndexManager, getLocation, 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 |
serverConfig
protected final org.apache.commons.configuration.Configuration serverConfig
CommunityDatabase
public CommunityDatabase(org.apache.commons.configuration.Configuration serverConfig)
CommunityDatabase
public CommunityDatabase(org.apache.commons.configuration.Configuration serverConfig,
Map<String,String> neo4jProperties)
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
loadNeo4jProperties
protected Map<String,String> loadNeo4jProperties()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.