org.neo4j.backup
Class NotYetExistingGraphDatabase
java.lang.Object
org.neo4j.kernel.AbstractGraphDatabase
org.neo4j.backup.NotYetExistingGraphDatabase
- All Implemented Interfaces:
- org.neo4j.graphdb.GraphDatabaseService
public class NotYetExistingGraphDatabase
- extends AbstractGraphDatabase
NotYetExistingGraphDatabase
public NotYetExistingGraphDatabase(String storeDir)
createNode
public org.neo4j.graphdb.Node createNode()
getNodeById
public org.neo4j.graphdb.Node getNodeById(long id)
getRelationshipById
public org.neo4j.graphdb.Relationship getRelationshipById(long id)
getReferenceNode
public org.neo4j.graphdb.Node getReferenceNode()
getAllNodes
public Iterable<org.neo4j.graphdb.Node> getAllNodes()
getRelationshipTypes
public Iterable<org.neo4j.graphdb.RelationshipType> getRelationshipTypes()
shutdown
public void shutdown()
beginTx
public org.neo4j.graphdb.Transaction beginTx()
registerTransactionEventHandler
public <T> org.neo4j.graphdb.event.TransactionEventHandler<T> registerTransactionEventHandler(org.neo4j.graphdb.event.TransactionEventHandler<T> handler)
unregisterTransactionEventHandler
public <T> org.neo4j.graphdb.event.TransactionEventHandler<T> unregisterTransactionEventHandler(org.neo4j.graphdb.event.TransactionEventHandler<T> handler)
registerKernelEventHandler
public org.neo4j.graphdb.event.KernelEventHandler registerKernelEventHandler(org.neo4j.graphdb.event.KernelEventHandler handler)
unregisterKernelEventHandler
public org.neo4j.graphdb.event.KernelEventHandler unregisterKernelEventHandler(org.neo4j.graphdb.event.KernelEventHandler handler)
index
public org.neo4j.graphdb.index.IndexManager index()
getStoreDir
public String getStoreDir()
- Specified by:
getStoreDir in class AbstractGraphDatabase
getConfig
public Config getConfig()
- Specified by:
getConfig in class AbstractGraphDatabase
getManagementBean
public <T> T getManagementBean(Class<T> type)
- Specified by:
getManagementBean in class AbstractGraphDatabase
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly in class AbstractGraphDatabase
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.