| Interface and Description |
|---|
| org.neo4j.kernel.ha.transaction.TransactionSupport
because it imposes a mental overhead while saving just two classes from being
injected in SlaveLockManager. Bad ROI. Fix this.
|
| 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–2016 The Neo4j Graph Database Project. All rights reserved.