public class WrappedDatabase extends CommunityDatabase
| Constructor and Description |
|---|
WrappedDatabase(org.neo4j.kernel.AbstractGraphDatabase db) |
WrappedDatabase(org.neo4j.kernel.AbstractGraphDatabase db,
Configurator configurator) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.logging.Logging |
getLogging() |
void |
stop() |
getGraph, getIndexManager, getLocation, getNodeIndex, getRelationshipIndex, init, isRunning, shutdown, startpublic WrappedDatabase(org.neo4j.kernel.AbstractGraphDatabase db)
public WrappedDatabase(org.neo4j.kernel.AbstractGraphDatabase db,
Configurator configurator)
public void stop()
throws Throwable
stop in interface org.neo4j.kernel.lifecycle.Lifecyclestop in class CommunityDatabaseThrowablepublic org.neo4j.kernel.logging.Logging getLogging()
getLogging in interface DatabasegetLogging in class CommunityDatabaseCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.