org.neo4j.backup
Class NotYetExistingGraphDatabase

java.lang.Object
  extended by org.neo4j.kernel.AbstractGraphDatabase
      extended by org.neo4j.backup.NotYetExistingGraphDatabase
All Implemented Interfaces:
org.neo4j.graphdb.GraphDatabaseService

public class NotYetExistingGraphDatabase
extends AbstractGraphDatabase


Constructor Summary
NotYetExistingGraphDatabase(String storeDir)
           
 
Method Summary
 org.neo4j.graphdb.Transaction beginTx()
           
 org.neo4j.graphdb.Node createNode()
           
 Iterable<org.neo4j.graphdb.Node> getAllNodes()
           
 Config getConfig()
           
<T> T
getManagementBean(Class<T> type)
           
 org.neo4j.graphdb.Node getNodeById(long id)
           
 org.neo4j.graphdb.Node getReferenceNode()
           
 org.neo4j.graphdb.Relationship getRelationshipById(long id)
           
 Iterable<org.neo4j.graphdb.RelationshipType> getRelationshipTypes()
           
 String getStoreDir()
           
 org.neo4j.graphdb.index.IndexManager index()
           
 boolean isReadOnly()
           
 org.neo4j.graphdb.event.KernelEventHandler registerKernelEventHandler(org.neo4j.graphdb.event.KernelEventHandler handler)
           
<T> org.neo4j.graphdb.event.TransactionEventHandler<T>
registerTransactionEventHandler(org.neo4j.graphdb.event.TransactionEventHandler<T> handler)
           
 void shutdown()
           
 org.neo4j.graphdb.event.KernelEventHandler unregisterKernelEventHandler(org.neo4j.graphdb.event.KernelEventHandler handler)
           
<T> org.neo4j.graphdb.event.TransactionEventHandler<T>
unregisterTransactionEventHandler(org.neo4j.graphdb.event.TransactionEventHandler<T> handler)
           
 
Methods inherited from class org.neo4j.kernel.AbstractGraphDatabase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotYetExistingGraphDatabase

public NotYetExistingGraphDatabase(String storeDir)
Method Detail

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.