Database.Factory| Constructor and Description |
|---|
WrappedDatabase(org.neo4j.kernel.GraphDatabaseAPI graph) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.cypher.javacompat.ExecutionEngine |
executionEngine() |
org.neo4j.kernel.GraphDatabaseAPI |
getGraph() |
String |
getLocation() |
org.neo4j.kernel.logging.Logging |
getLogging() |
boolean |
isRunning() |
static Database.Factory |
wrappedDatabase(org.neo4j.kernel.GraphDatabaseAPI db) |
init, shutdown, start, stoppublic static Database.Factory wrappedDatabase(org.neo4j.kernel.GraphDatabaseAPI db)
public String getLocation()
getLocation in interface Databasepublic org.neo4j.kernel.GraphDatabaseAPI getGraph()
public org.neo4j.cypher.javacompat.ExecutionEngine executionEngine()
executionEngine in interface Databasepublic org.neo4j.kernel.logging.Logging getLogging()
getLogging in interface DatabaseCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.