public class HighlyAvailableGraphDatabaseFactory extends GraphDatabaseFactory
| Constructor and Description |
|---|
HighlyAvailableGraphDatabaseFactory() |
| Modifier and Type | Method and Description |
|---|---|
GraphDatabaseService |
newEmbeddedDatabase(String path) |
GraphDatabaseBuilder |
newEmbeddedDatabaseBuilder(String path) |
GraphDatabaseService |
newHighlyAvailableDatabase(String path)
Deprecated.
By using
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
newEmbeddedDatabaseBuilder(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory. |
addKernelExtension, addKernelExtensions, getCacheProviders, getKernelExtension, setCacheProviders, setKernelExtensions, setLogging, setMonitorspublic GraphDatabaseService newEmbeddedDatabase(String path)
newEmbeddedDatabase in class GraphDatabaseFactorypublic GraphDatabaseBuilder newEmbeddedDatabaseBuilder(String path)
newEmbeddedDatabaseBuilder in class GraphDatabaseFactory@Deprecated public GraphDatabaseService newHighlyAvailableDatabase(String path)
newEmbeddedDatabase(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory.@Deprecated public GraphDatabaseBuilder newHighlyAvailableDatabaseBuilder(String path)
newEmbeddedDatabaseBuilder(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory.Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.