org.neo4j.kernel
Interface GraphDatabaseSPI
- All Superinterfaces:
- GraphDatabaseService
- All Known Implementing Classes:
- AbstractGraphDatabase, EmbeddedGraphDatabase, EmbeddedReadOnlyGraphDatabase
Deprecated.
@Deprecated
public interface GraphDatabaseSPI
- extends GraphDatabaseService
This SPI can be used by internals to get access to services.
TODO: This should go away. It indicates lack of abstractions somewhere. DO NOT ADD MORE USAGE OF THIS!
Methods inherited from interface org.neo4j.graphdb.GraphDatabaseService |
beginTx, createNode, getAllNodes, getNodeById, getReferenceNode, getRelationshipById, getRelationshipTypes, index, registerKernelEventHandler, registerTransactionEventHandler, shutdown, unregisterKernelEventHandler, unregisterTransactionEventHandler |
getNodeManager
org.neo4j.kernel.impl.core.NodeManager getNodeManager()
- Deprecated.
getLockReleaser
org.neo4j.kernel.impl.core.LockReleaser getLockReleaser()
- Deprecated.
getLockManager
org.neo4j.kernel.impl.transaction.LockManager getLockManager()
- Deprecated.
getXaDataSourceManager
org.neo4j.kernel.impl.transaction.XaDataSourceManager getXaDataSourceManager()
- Deprecated.
getTxManager
TransactionManager getTxManager()
- Deprecated.
getDiagnosticsManager
DiagnosticsManager getDiagnosticsManager()
- Deprecated.
getMessageLog
org.neo4j.kernel.impl.util.StringLogger getMessageLog()
- Deprecated.
getRelationshipTypeHolder
org.neo4j.kernel.impl.core.RelationshipTypeHolder getRelationshipTypeHolder()
- Deprecated.
getIdGeneratorFactory
IdGeneratorFactory getIdGeneratorFactory()
- Deprecated.
getStoreDir
String getStoreDir()
- Deprecated.
getKernelData
KernelData getKernelData()
- Deprecated.
getSingleManagementBean
<T> T getSingleManagementBean(Class<T> type)
- Deprecated.
tx
TransactionBuilder tx()
- Deprecated.
getPersistenceSource
org.neo4j.kernel.impl.persistence.PersistenceSource getPersistenceSource()
- Deprecated.
getManagementBeans
<T> Collection<T> getManagementBeans(Class<T> type)
- Deprecated.
getKernelPanicGenerator
org.neo4j.kernel.impl.core.KernelPanicEventGenerator getKernelPanicGenerator()
- Deprecated.
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.