public class HighlyAvailableGraphDatabaseFactory extends GraphDatabaseFactory
| Constructor and Description |
|---|
HighlyAvailableGraphDatabaseFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEdition() |
org.neo4j.graphdb.GraphDatabaseService |
newHighlyAvailableDatabase(String path)
Deprecated.
By using
GraphDatabaseFactory.newEmbeddedDatabase(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory. |
GraphDatabaseBuilder |
newHighlyAvailableDatabaseBuilder(String path)
Deprecated.
By using
GraphDatabaseFactory.newEmbeddedDatabaseBuilder(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory. |
addKernelExtension, addKernelExtensions, addURLAccessRule, getKernelExtension, newEmbeddedDatabase, newEmbeddedDatabase, newEmbeddedDatabaseBuilder, newEmbeddedDatabaseBuilder, setKernelExtensions, setMonitors, setUserLogProviderpublic String getEdition()
getEdition in class GraphDatabaseFactory@Deprecated public org.neo4j.graphdb.GraphDatabaseService newHighlyAvailableDatabase(String path)
GraphDatabaseFactory.newEmbeddedDatabase(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory.path - Path to the new database@Deprecated public GraphDatabaseBuilder newHighlyAvailableDatabaseBuilder(String path)
GraphDatabaseFactory.newEmbeddedDatabaseBuilder(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory.path - Path to the new databaseCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.