public interface Database
extends org.neo4j.kernel.lifecycle.Lifecycle
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.GraphDatabaseAPI |
getGraph() |
org.neo4j.graphdb.index.IndexManager |
getIndexManager() |
String |
getLocation() |
org.neo4j.kernel.logging.Logging |
getLogging() |
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> |
getNodeIndex(String name) |
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Relationship> |
getRelationshipIndex(String name) |
boolean |
isRunning() |
String getLocation()
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Relationship> getRelationshipIndex(String name)
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> getNodeIndex(String name)
org.neo4j.graphdb.index.IndexManager getIndexManager()
org.neo4j.kernel.GraphDatabaseAPI getGraph()
boolean isRunning()
org.neo4j.kernel.logging.Logging getLogging()
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.