public static interface GraphDatabaseBuilder.DatabaseCreator
Modifier and Type | Method and Description |
---|---|
default org.neo4j.graphdb.GraphDatabaseService |
newDatabase(org.neo4j.kernel.configuration.Config config) |
org.neo4j.graphdb.GraphDatabaseService |
newDatabase(Map<String,String> config)
Deprecated.
this method will go away in 4.0. See
newDatabase(Config) instead. |
@Deprecated org.neo4j.graphdb.GraphDatabaseService newDatabase(Map<String,String> config)
newDatabase(Config)
instead.config
- initial configuration for the database.GraphDatabaseService
.default org.neo4j.graphdb.GraphDatabaseService newDatabase(@Nonnull org.neo4j.kernel.configuration.Config config)
config
- initial configuration for the database.GraphDatabaseService
.Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.