public interface GraphDatabaseServiceFactory
GraphDatabaseService.| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.GraphDatabaseService |
create()
Creates a
GraphDatabaseService. |
void |
initialize(Map<?,?> properties)
Called after the creation of the factory can be used to read the configuration.
|
void initialize(Map<?,?> properties)
properties - configuration propertiesorg.neo4j.graphdb.GraphDatabaseService create()
GraphDatabaseService.GraphDatabaseService instanceCopyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.