Interface and Description |
---|
org.neo4j.helpers.Clock
please use
Clock instead |
Class and Description |
---|
org.neo4j.helpers.FutureAdapter.Present |
org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector |
org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector
see
Connector instead. This will be removed in 4.0. |
Enum and Description |
---|
org.neo4j.graphdb.factory.GraphDatabaseSettings.LabelIndex
- lucene label index has been removed.
|
Exceptions and Description |
---|
org.neo4j.helpers.ProcessFailureException
Exception is not in use anymore
|
Errors and Description |
---|
org.neo4j.helpers.ThisShouldNotHappenError |
Annotation Type and Description |
---|
org.neo4j.graphdb.factory.Description |
org.neo4j.helpers.Service.Implementation |
Method and Description |
---|
org.neo4j.graphdb.factory.GraphDatabaseFactoryState.addSettingsClasses(Iterable<Class<?>>)
This method has no side effects now since we moved to service loading instead,
LoadableConfig
should be used. |
org.neo4j.graphdb.factory.GraphDatabaseSettings.boltConnector(String)
use
BoltConnector instead. This will be removed in 4.0. |
org.neo4j.graphdb.factory.GraphDatabaseBuilder.DatabaseCreator.newDatabase(Map<String, String>)
this method will go away in 4.0. See
GraphDatabaseBuilder.DatabaseCreator.newDatabase(Config) instead. |
org.neo4j.helpers.FutureAdapter.present(T) |
org.neo4j.graphdb.factory.GraphDatabaseBuilder.setConfig(Map<String, String>)
Use setConfig with explicit
Setting instead |
org.neo4j.graphdb.factory.GraphDatabaseBuilder.setConfig(String, String)
Use setConfig with explicit
Setting instead. |
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.