public class GraphDatabaseFactory extends Object
GraphDatabaseService
.
Use newEmbeddedDatabase(String)
or
newEmbeddedDatabaseBuilder(String)
to create a database instance.Modifier | Constructor and Description |
---|---|
|
GraphDatabaseFactory() |
protected |
GraphDatabaseFactory(GraphDatabaseFactoryState state) |
public GraphDatabaseFactory()
protected GraphDatabaseFactory(GraphDatabaseFactoryState state)
protected GraphDatabaseFactoryState getCurrentState()
protected GraphDatabaseFactoryState getStateCopy()
public GraphDatabaseService newEmbeddedDatabase(String path)
public GraphDatabaseBuilder newEmbeddedDatabaseBuilder(String path)
public Iterable<IndexProvider> getIndexProviders()
public GraphDatabaseFactory setIndexProviders(IndexIterable indexIterable)
public Iterable<KernelExtensionFactory<?>> getKernelExtension()
public GraphDatabaseFactory addKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions)
public GraphDatabaseFactory setKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions)
public List<org.neo4j.kernel.impl.cache.CacheProvider> getCacheProviders()
public GraphDatabaseFactory setCacheProviders(Iterable<org.neo4j.kernel.impl.cache.CacheProvider> newCacheProviders)
public List<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> getTransactionInterceptorProviders()
public GraphDatabaseFactory setTransactionInterceptorProviders(Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> transactionInterceptorProviders)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.