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.
|
@Deprecated org.neo4j.graphdb.GraphDatabaseService newDatabase(Map<String,String> config)
newDatabase(Config)
instead.default org.neo4j.graphdb.GraphDatabaseService newDatabase(@Nonnull org.neo4j.kernel.configuration.Config config)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.