|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.graphdb.factory.GraphDatabaseFactory
org.neo4j.graphdb.factory.HighlyAvailableGraphDatabaseFactory
public class HighlyAvailableGraphDatabaseFactory
Factory for HA Neo4j instances.
Constructor Summary | |
---|---|
HighlyAvailableGraphDatabaseFactory()
|
Method Summary | |
---|---|
GraphDatabaseService |
newHighlyAvailableDatabase(String path)
|
GraphDatabaseBuilder |
newHighlyAvailableDatabaseBuilder(String path)
|
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseFactory |
---|
addKernelExtension, addKernelExtensions, getIndexProviders, getKernelExtension, newEmbeddedDatabase, newEmbeddedDatabaseBuilder, setCacheProviders, setIndexProviders, setKernelExtensions, setTransactionInterceptorProviders |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HighlyAvailableGraphDatabaseFactory()
Method Detail |
---|
public GraphDatabaseService newHighlyAvailableDatabase(String path)
public GraphDatabaseBuilder newHighlyAvailableDatabaseBuilder(String path)
|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |