public class HighlyAvailableGraphDatabaseFactory extends GraphDatabaseFactory
| Constructor and Description |
|---|
HighlyAvailableGraphDatabaseFactory() |
| Modifier and Type | Method and Description |
|---|---|
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, getCacheProviders, getKernelExtension, newEmbeddedDatabase, newEmbeddedDatabaseBuilder, setCacheProviders, setKernelExtensions, setLogging, setMonitors@Deprecated public 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.