org.neo4j.kernel
Class AbstractGraphDatabase
java.lang.Object
org.neo4j.kernel.AbstractGraphDatabase
- All Implemented Interfaces:
- GraphDatabaseService, GraphDatabaseAPI
- Direct Known Subclasses:
- InternalAbstractGraphDatabase
public abstract class AbstractGraphDatabase
- extends Object
- implements GraphDatabaseService, GraphDatabaseAPI
Method Summary |
abstract boolean |
transactionRunning()
Deprecated. This method is only for internal use.
Version 1.9 of Neo4j will be the last version to contain this method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.neo4j.kernel.GraphDatabaseAPI |
getDependencyResolver, getDiagnosticsManager, getGuard, getIdGeneratorFactory, getKernelData, getKernelPanicGenerator, getLockManager, getMessageLog, getNodeManager, getPersistenceSource, getRelationshipTypeHolder, getStoreDir, getStoreId, getTxIdGenerator, getTxManager, getXaDataSourceManager, tx |
Methods inherited from interface org.neo4j.graphdb.GraphDatabaseService |
beginTx, createNode, getAllNodes, getNodeById, getReferenceNode, getRelationshipById, getRelationshipTypes, index, registerKernelEventHandler, registerTransactionEventHandler, shutdown, unregisterKernelEventHandler, unregisterTransactionEventHandler |
AbstractGraphDatabase
public AbstractGraphDatabase()
transactionRunning
@Deprecated
public abstract boolean transactionRunning()
- Deprecated. This method is only for internal use.
Version 1.9 of Neo4j will be the last version to contain this method.
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.