| Method and Description |
|---|
| org.neo4j.graphdb.factory.HighlyAvailableGraphDatabaseFactory.newHighlyAvailableDatabase(String)
By using
GraphDatabaseFactory.newEmbeddedDatabase(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory. |
| org.neo4j.graphdb.factory.HighlyAvailableGraphDatabaseFactory.newHighlyAvailableDatabaseBuilder(String)
By using
GraphDatabaseFactory.newEmbeddedDatabaseBuilder(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory. |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.