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.setCacheProviders(Iterable<org.neo4j.kernel.impl.cache.CacheProvider> newCacheProviders)
Deprecated.
Manipulating cache providers is deprecated and will be moved to internal components.
|
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.setLogging(org.neo4j.kernel.logging.Logging logging) |
GraphDatabaseFactory |
GraphDatabaseFactory.setMonitors(org.neo4j.kernel.monitoring.Monitors monitors) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.