Interface and Description |
---|
org.neo4j.helpers.Clock
please use
Clock instead |
Class and Description |
---|
org.neo4j.graphdb.factory.GraphDatabaseSettings.BoltConnector |
Enum and Description |
---|
org.neo4j.graphdb.factory.GraphDatabaseSettings.LabelIndex
- lucene label index has been removed.
|
org.neo4j.storageengine.api.schema.SchemaRule.Kind |
Errors and Description |
---|
org.neo4j.helpers.ThisShouldNotHappenError |
Annotation Type and Description |
---|
org.neo4j.graphdb.factory.Description |
org.neo4j.procedure.PerformsWrites |
Field and Description |
---|
org.neo4j.graphdb.factory.GraphDatabaseSettings.allow_store_upgrade |
org.neo4j.graphdb.factory.GraphDatabaseSettings.execution_guard_enabled |
org.neo4j.graphdb.factory.GraphDatabaseSettings.index_sampling_buffer_size |
org.neo4j.graphdb.factory.GraphDatabaseSettings.label_index
- lucene label index has been removed, thus 'native' is only viable option and this setting is not needed.
|
org.neo4j.graphdb.factory.GraphDatabaseSettings.mapped_memory_page_size |
org.neo4j.graphdb.factory.GraphDatabaseSettings.node_auto_indexing |
org.neo4j.graphdb.factory.GraphDatabaseSettings.node_keys_indexable |
org.neo4j.graphdb.factory.GraphDatabaseSettings.relationship_auto_indexing |
org.neo4j.graphdb.factory.GraphDatabaseSettings.relationship_keys_indexable |
org.neo4j.helpers.Clock.SYSTEM_CLOCK
please use
Clock.systemUTC() instead |
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) |
org.neo4j.storageengine.api.StorageEngine.clearBufferedIds() |
org.neo4j.storageengine.api.StorageEngine.loadSchemaCache() |
org.neo4j.graphdb.factory.GraphDatabaseBuilder.DatabaseCreator.newDatabase(Map<String, String>) |
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–2017 The Neo4j Graph Database Project. All rights reserved.