Package | Description |
---|---|
org.neo4j.graphdb.factory |
Create database instances.
|
Modifier and Type | Method and Description |
---|---|
GraphDatabaseFactory |
GraphDatabaseFactory.addKernelExtension(org.neo4j.kernel.extension.KernelExtensionFactory<?> newKernelExtension)
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
GraphDatabaseFactory |
GraphDatabaseFactory.addKernelExtensions(Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> newKernelExtensions)
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
GraphDatabaseFactory |
GraphDatabaseFactory.addURLAccessRule(String protocol,
URLAccessRule rule) |
GraphDatabaseFactory |
GraphDatabaseFactory.setKernelExtensions(Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> newKernelExtensions)
Deprecated.
Manipulating kernel extensions is deprecated and will be moved to internal components.
|
GraphDatabaseFactory |
GraphDatabaseFactory.setMonitors(org.neo4j.kernel.monitoring.Monitors monitors) |
GraphDatabaseFactory |
GraphDatabaseFactory.setUserLogProvider(org.neo4j.logging.LogProvider userLogProvider) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.