org.neo4j.kernel
Class EnterpriseGraphDatabaseFactory

java.lang.Object
  extended by org.neo4j.graphdb.factory.GraphDatabaseFactory
      extended by org.neo4j.kernel.EnterpriseGraphDatabaseFactory

public class EnterpriseGraphDatabaseFactory
extends org.neo4j.graphdb.factory.GraphDatabaseFactory

Factory for HA Neo4j instances.


Field Summary
 
Fields inherited from class org.neo4j.graphdb.factory.GraphDatabaseFactory
cacheProviders, indexProviders, kernelExtensions
 
Constructor Summary
EnterpriseGraphDatabaseFactory()
           
 
Method Summary
 org.neo4j.graphdb.GraphDatabaseService newHighlyAvailableDatabase(String path)
           
 org.neo4j.graphdb.factory.GraphDatabaseBuilder newHighlyAvailableDatabaseBuilder(String path)
           
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseFactory
getIndexProviders, getKernelExtension, newEmbeddedDatabase, newEmbeddedDatabaseBuilder, setCacheProviders, setIndexProviders, setKernelExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseGraphDatabaseFactory

public EnterpriseGraphDatabaseFactory()
Method Detail

newHighlyAvailableDatabase

public org.neo4j.graphdb.GraphDatabaseService newHighlyAvailableDatabase(String path)

newHighlyAvailableDatabaseBuilder

public org.neo4j.graphdb.factory.GraphDatabaseBuilder newHighlyAvailableDatabaseBuilder(String path)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.