public class GraphDatabaseFactory extends Object
GraphDatabaseService.
Use newEmbeddedDatabase(File) or
newEmbeddedDatabaseBuilder(File) 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.
|
Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> |
getKernelExtension()
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
GraphDatabaseService |
newEmbeddedDatabase(File storeDir) |
GraphDatabaseService |
newEmbeddedDatabase(String storeDir)
Deprecated.
use
newEmbeddedDatabase(File) instead |
GraphDatabaseBuilder |
newEmbeddedDatabaseBuilder(File storeDir) |
GraphDatabaseBuilder |
newEmbeddedDatabaseBuilder(String storeDir)
Deprecated.
use
newEmbeddedDatabaseBuilder(File) instead |
GraphDatabaseFactory |
setKernelExtensions(Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> newKernelExtensions)
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
GraphDatabaseFactory |
setMonitors(org.neo4j.kernel.monitoring.Monitors monitors) |
GraphDatabaseFactory |
setUserLogProvider(org.neo4j.logging.LogProvider userLogProvider) |
@Deprecated public GraphDatabaseService newEmbeddedDatabase(String storeDir)
newEmbeddedDatabase(File) insteadpublic GraphDatabaseService newEmbeddedDatabase(File storeDir)
@Deprecated public GraphDatabaseBuilder newEmbeddedDatabaseBuilder(String storeDir)
newEmbeddedDatabaseBuilder(File) insteadpublic GraphDatabaseBuilder newEmbeddedDatabaseBuilder(File storeDir)
@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)
public GraphDatabaseFactory setUserLogProvider(org.neo4j.logging.LogProvider userLogProvider)
public GraphDatabaseFactory setMonitors(org.neo4j.kernel.monitoring.Monitors monitors)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.