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-2015 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.