Neo4j Enterprise

org.neo4j.graphdb.factory
Class HighlyAvailableGraphDatabaseFactory

java.lang.Object
  extended by org.neo4j.graphdb.factory.GraphDatabaseFactory
      extended by org.neo4j.graphdb.factory.HighlyAvailableGraphDatabaseFactory

public class HighlyAvailableGraphDatabaseFactory
extends GraphDatabaseFactory

Factory for HA Neo4j instances.


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

Constructor Detail

HighlyAvailableGraphDatabaseFactory

public HighlyAvailableGraphDatabaseFactory()
Method Detail

newHighlyAvailableDatabase

public GraphDatabaseService newHighlyAvailableDatabase(String path)

newHighlyAvailableDatabaseBuilder

public GraphDatabaseBuilder newHighlyAvailableDatabaseBuilder(String path)

Neo4j Enterprise

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