public interface Database
extends org.neo4j.kernel.lifecycle.Lifecycle
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Database.Factory |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.GraphDatabaseAPI |
getGraph() |
String |
getLocation() |
org.neo4j.kernel.logging.Logging |
getLogging() |
boolean |
isRunning() |
String getLocation()
org.neo4j.kernel.GraphDatabaseAPI getGraph()
boolean isRunning()
org.neo4j.kernel.logging.Logging getLogging()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.