public class EmbeddedGraphDatabaseFactory extends Object implements GraphDatabaseServiceFactory
EmbeddedGraphDatabase
.Constructor and Description |
---|
EmbeddedGraphDatabaseFactory() |
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.
|
public void initialize(Map<?,?> properties)
GraphDatabaseServiceFactory
initialize
in interface GraphDatabaseServiceFactory
properties
- configuration propertiespublic org.neo4j.graphdb.GraphDatabaseService create()
GraphDatabaseServiceFactory
GraphDatabaseService
.create
in interface GraphDatabaseServiceFactory
GraphDatabaseService
instanceCopyright © 2010-2015 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.