public class HighlyAvailableGraphDatabaseFactory
extends org.neo4j.graphdb.factory.GraphDatabaseFactory
| Constructor and Description |
|---|
HighlyAvailableGraphDatabaseFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.GraphDatabaseService |
newEmbeddedDatabase(String path) |
org.neo4j.graphdb.factory.GraphDatabaseBuilder |
newEmbeddedDatabaseBuilder(String path) |
org.neo4j.graphdb.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. |
org.neo4j.graphdb.factory.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. |
public org.neo4j.graphdb.GraphDatabaseService newEmbeddedDatabase(String path)
newEmbeddedDatabase in class org.neo4j.graphdb.factory.GraphDatabaseFactorypublic org.neo4j.graphdb.factory.GraphDatabaseBuilder newEmbeddedDatabaseBuilder(String path)
newEmbeddedDatabaseBuilder in class org.neo4j.graphdb.factory.GraphDatabaseFactory@Deprecated public org.neo4j.graphdb.GraphDatabaseService newHighlyAvailableDatabase(String path)
newEmbeddedDatabase(String)
you get an abstraction of this factory, so you can either use
this factory or GraphDatabaseFactory.@Deprecated public org.neo4j.graphdb.factory.GraphDatabaseBuilder newHighlyAvailableDatabaseBuilder(String path)
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.