| Interface and Description |
|---|
| org.neo4j.kernel.ha.transaction.TransactionSupport |
| Method and Description |
|---|
| org.neo4j.graphdb.factory.HighlyAvailableGraphDatabaseFactory.newHighlyAvailableDatabase(String)
By using
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
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.