|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.server.database.Database
public class Database
NOTICE: This class to be replaced by a corresponding interface in 1.10, please use available subclasses instead of directly instantiating this.
| Field Summary | |
|---|---|
org.neo4j.kernel.AbstractGraphDatabase |
graph
Deprecated. |
static Logger |
log
|
| Constructor Summary | |
|---|---|
Database()
Deprecated. |
|
Database(org.neo4j.kernel.AbstractGraphDatabase db)
Deprecated. |
|
Database(GraphDatabaseFactory factory,
String databaseStoreDirectory)
Deprecated. |
|
Database(GraphDatabaseFactory factory,
String databaseStoreDirectory,
Map<String,String> databaseTuningProperties)
Deprecated. |
|
| Method Summary | |
|---|---|
org.neo4j.kernel.GraphDatabaseAPI |
getGraph()
|
org.neo4j.graphdb.index.IndexManager |
getIndexManager()
|
String |
getLocation()
|
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> |
getNodeIndex(String name)
|
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Relationship> |
getRelationshipIndex(String name)
|
void |
init()
|
org.rrd4j.core.RrdDb |
rrdDb()
Deprecated. |
void |
setRrdDb(org.rrd4j.core.RrdDb rrdDb)
Deprecated. |
void |
shutdown()
|
void |
start()
|
void |
startup()
Deprecated. |
StatisticCollector |
statisticCollector()
Deprecated. |
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Logger log
@Deprecated public org.neo4j.kernel.AbstractGraphDatabase graph
getGraph() instead. This will be removed in
version 1.10
| Constructor Detail |
|---|
@Deprecated public Database()
@Deprecated public Database(org.neo4j.kernel.AbstractGraphDatabase db)
WrappingDatabase instead.
db -
@Deprecated
public Database(GraphDatabaseFactory factory,
String databaseStoreDirectory)
CommunityDatabase instead.
@Deprecated
public Database(GraphDatabaseFactory factory,
String databaseStoreDirectory,
Map<String,String> databaseTuningProperties)
CommunityDatabase instead.
| Method Detail |
|---|
public String getLocation()
public org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Relationship> getRelationshipIndex(String name)
public org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> getNodeIndex(String name)
public org.neo4j.graphdb.index.IndexManager getIndexManager()
public org.neo4j.kernel.GraphDatabaseAPI getGraph()
@Deprecated public org.rrd4j.core.RrdDb rrdDb()
@Deprecated public void setRrdDb(org.rrd4j.core.RrdDb rrdDb)
@Deprecated public StatisticCollector statisticCollector()
public void init()
throws Throwable
init in interface org.neo4j.kernel.lifecycle.LifecycleThrowable
public void start()
throws Throwable
start in interface org.neo4j.kernel.lifecycle.LifecycleThrowable
public void stop()
throws Throwable
stop in interface org.neo4j.kernel.lifecycle.LifecycleThrowable
public void shutdown()
throws Throwable
shutdown in interface org.neo4j.kernel.lifecycle.LifecycleThrowable@Deprecated public void startup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||