org.neo4j.graphdb.factory
Class GraphDatabaseFactory
java.lang.Object
org.neo4j.graphdb.factory.GraphDatabaseFactory
- Direct Known Subclasses:
- HighlyAvailableGraphDatabaseFactory
public class GraphDatabaseFactory
- extends Object
Creates a GraphDatabaseService.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphDatabaseFactory
public GraphDatabaseFactory()
GraphDatabaseFactory
protected GraphDatabaseFactory(GraphDatabaseFactoryState state)
getCurrentState
protected GraphDatabaseFactoryState getCurrentState()
getStateCopy
protected GraphDatabaseFactoryState getStateCopy()
newEmbeddedDatabase
public GraphDatabaseService newEmbeddedDatabase(String path)
newEmbeddedDatabaseBuilder
public GraphDatabaseBuilder newEmbeddedDatabaseBuilder(String path)
getIndexProviders
public Iterable<IndexProvider> getIndexProviders()
setIndexProviders
public GraphDatabaseFactory setIndexProviders(IndexIterable indexIterable)
getKernelExtension
public Iterable<KernelExtensionFactory<?>> getKernelExtension()
addKernelExtensions
public GraphDatabaseFactory addKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions)
setKernelExtensions
public GraphDatabaseFactory setKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions)
getCacheProviders
public List<org.neo4j.kernel.impl.cache.CacheProvider> getCacheProviders()
setCacheProviders
public GraphDatabaseFactory setCacheProviders(Iterable<org.neo4j.kernel.impl.cache.CacheProvider> newCacheProviders)
getTransactionInterceptorProviders
public List<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> getTransactionInterceptorProviders()
setTransactionInterceptorProviders
public GraphDatabaseFactory setTransactionInterceptorProviders(Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> transactionInterceptorProviders)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.