org.neo4j.kernel
Class AbstractGraphDatabase
java.lang.Object
org.neo4j.kernel.AbstractGraphDatabase
- All Implemented Interfaces:
- GraphDatabaseService
- Direct Known Subclasses:
- EmbeddedGraphDatabase, EmbeddedReadOnlyGraphDatabase
public abstract class AbstractGraphDatabase
- extends Object
- implements GraphDatabaseService
Exposes the methods getConfig() and getManagementBean() a.s.o.
Methods inherited from interface org.neo4j.graphdb.GraphDatabaseService |
beginTx, createNode, getAllNodes, getNodeById, getReferenceNode, getRelationshipById, getRelationshipTypes, index, registerKernelEventHandler, registerTransactionEventHandler, shutdown, unregisterKernelEventHandler, unregisterTransactionEventHandler |
AbstractGraphDatabase
public AbstractGraphDatabase()
getStoreDir
public abstract String getStoreDir()
getConfig
public abstract Config getConfig()
getManagementBean
public abstract <T> T getManagementBean(Class<T> type)
isReadOnly
public abstract boolean isReadOnly()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.