public final class EmbeddedNeo4jInstances extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addGraphDatabaseService(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
String targetPath) |
org.neo4j.graphdb.GraphDatabaseService |
getDefaultGraphDatabaseService() |
org.neo4j.graphdb.GraphDatabaseService |
getGraphDatabaseServiceByTargetPath(String targetPath) |
static EmbeddedNeo4jInstances |
getInstance() |
void |
removeGraphDatabaseService(String targetPath) |
public static EmbeddedNeo4jInstances getInstance()
public void addGraphDatabaseService(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
String targetPath)
public void removeGraphDatabaseService(String targetPath)
public org.neo4j.graphdb.GraphDatabaseService getGraphDatabaseServiceByTargetPath(String targetPath)
public org.neo4j.graphdb.GraphDatabaseService getDefaultGraphDatabaseService()
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.