public class GraphDatabaseFactory extends Object
GraphDatabaseService
.
Use newEmbeddedDatabase(String)
or
newEmbeddedDatabaseBuilder(String)
to create a database instance.Constructor and Description |
---|
GraphDatabaseFactory() |
Modifier and Type | Method and Description |
---|---|
GraphDatabaseFactory |
addKernelExtension(org.neo4j.kernel.extension.KernelExtensionFactory<?> newKernelExtension)
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
GraphDatabaseFactory |
addKernelExtensions(Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> newKernelExtensions)
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
List<org.neo4j.kernel.impl.cache.CacheProvider> |
getCacheProviders()
Deprecated.
Manipulating cache providers is deprecated and will be moved to internal components.
|
Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> |
getKernelExtension()
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
List<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> |
getTransactionInterceptorProviders()
Deprecated.
Manipulating cache providers is deprecated and will be moved to internal components.
|
GraphDatabaseService |
newEmbeddedDatabase(String path) |
GraphDatabaseBuilder |
newEmbeddedDatabaseBuilder(String path) |
GraphDatabaseFactory |
setCacheProviders(Iterable<org.neo4j.kernel.impl.cache.CacheProvider> newCacheProviders)
Deprecated.
Manipulating cache providers is deprecated and will be moved to internal components.
|
GraphDatabaseFactory |
setKernelExtensions(Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> newKernelExtensions)
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
GraphDatabaseFactory |
setTransactionInterceptorProviders(Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> transactionInterceptorProviders) |
public GraphDatabaseService newEmbeddedDatabase(String path)
public GraphDatabaseBuilder newEmbeddedDatabaseBuilder(String path)
@Deprecated public Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> getKernelExtension()
@Deprecated public GraphDatabaseFactory addKernelExtensions(Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> newKernelExtensions)
@Deprecated public GraphDatabaseFactory addKernelExtension(org.neo4j.kernel.extension.KernelExtensionFactory<?> newKernelExtension)
@Deprecated public GraphDatabaseFactory setKernelExtensions(Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> newKernelExtensions)
@Deprecated public List<org.neo4j.kernel.impl.cache.CacheProvider> getCacheProviders()
@Deprecated public GraphDatabaseFactory setCacheProviders(Iterable<org.neo4j.kernel.impl.cache.CacheProvider> newCacheProviders)
@Deprecated 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.