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.cypher.javacompat.ExecutionEngine |
executionEngine() |
org.neo4j.kernel.GraphDatabaseAPI |
getGraph() |
String |
getLocation() |
boolean |
isRunning() |
String getLocation()
org.neo4j.kernel.GraphDatabaseAPI getGraph()
org.neo4j.cypher.javacompat.ExecutionEngine executionEngine()
boolean isRunning()
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.