Package | Description |
---|---|
org.neo4j.graphdb.factory |
Create database instances.
|
Modifier and Type | Field and Description |
---|---|
static Setting<Boolean> |
GraphDatabaseSettings.allow_file_urls |
static Setting<Boolean> |
GraphDatabaseSettings.allow_store_upgrade |
static Setting<Integer> |
GraphDatabaseSettings.array_block_size |
static Setting<Long> |
GraphDatabaseSettings.arrays_mapped_memory_size
Deprecated.
Replaced by the mapped_memory_total_size setting.
|
static Setting<Boolean> |
GraphDatabaseSettings.batched_writes |
static Setting<String> |
GraphDatabaseSettings.cache_type |
static Setting<String> |
GraphDatabaseSettings.cypher_parser_version |
static Setting<Integer> |
GraphDatabaseSettings.dense_node_threshold |
static Setting<Boolean> |
GraphDatabaseSettings.dump_configuration |
static Setting<String> |
GraphDatabaseSettings.forced_kernel_id |
static Setting<Long> |
GraphDatabaseSettings.gc_monitor_block_threshold |
static Setting<Long> |
GraphDatabaseSettings.gc_monitor_interval |
static Setting<Boolean> |
GraphDatabaseSettings.index_background_sampling_enabled |
static Setting<Long> |
GraphDatabaseSettings.index_sampling_buffer_size |
static Setting<Integer> |
GraphDatabaseSettings.index_sampling_update_percentage |
static Setting<Boolean> |
GraphDatabaseSettings.intercept_deserialized_transactions |
static Setting<String> |
GraphDatabaseSettings.keep_logical_logs |
static Setting<Integer> |
GraphDatabaseSettings.label_block_size |
static Setting<Integer> |
GraphDatabaseSettings.log_history_size |
static Setting<Boolean> |
GraphDatabaseSettings.log_mapped_memory_stats |
static Setting<File> |
GraphDatabaseSettings.log_mapped_memory_stats_filename |
static Setting<Integer> |
GraphDatabaseSettings.log_mapped_memory_stats_interval |
static Setting<Long> |
GraphDatabaseSettings.logical_log_rotation_threshold |
static Setting<Integer> |
GraphDatabaseSettings.lucene_searcher_cache_size |
static Setting<Long> |
GraphDatabaseSettings.mapped_memory_page_size |
static Setting<Long> |
GraphDatabaseSettings.mapped_memory_total_size |
static Setting<File> |
GraphDatabaseSettings.neo_store |
static Setting<Boolean> |
GraphDatabaseSettings.node_auto_indexing |
static Setting<String> |
GraphDatabaseSettings.node_keys_indexable |
static Setting<Long> |
GraphDatabaseSettings.nodestore_mapped_memory_size
Deprecated.
Replaced by the mapped_memory_total_size setting.
|
static Setting<Long> |
GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory_size
Deprecated.
Replaced by the mapped_memory_total_size setting.
|
static Setting<Long> |
GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory_size
Deprecated.
Replaced by the mapped_memory_total_size setting.
|
static Setting<Long> |
GraphDatabaseSettings.nodestore_propertystore_mapped_memory_size
Deprecated.
Replaced by the mapped_memory_total_size setting.
|
static Setting<Integer> |
GraphDatabaseSettings.query_cache_size |
static Setting<Long> |
GraphDatabaseSettings.query_plan_ttl |
static Setting<Boolean> |
GraphDatabaseSettings.read_only |
static Setting<Boolean> |
GraphDatabaseSettings.rebuild_idgenerators_fast |
static Setting<Boolean> |
GraphDatabaseSettings.relationship_auto_indexing |
static Setting<Integer> |
GraphDatabaseSettings.relationship_grab_size |
static Setting<String> |
GraphDatabaseSettings.relationship_keys_indexable |
static Setting<Long> |
GraphDatabaseSettings.relationshipstore_mapped_memory_size
Deprecated.
Replaced by the mapped_memory_total_size setting.
|
static Setting<Boolean> |
GraphDatabaseSettings.remote_logging_enabled |
static Setting<String> |
GraphDatabaseSettings.remote_logging_host |
static Setting<Integer> |
GraphDatabaseSettings.remote_logging_port |
static Setting<File> |
GraphDatabaseSettings.store_dir |
static Setting<Integer> |
GraphDatabaseSettings.string_block_size |
static Setting<Long> |
GraphDatabaseSettings.strings_mapped_memory_size
Deprecated.
Replaced by the mapped_memory_total_size setting.
|
static Setting<Long> |
GraphDatabaseSettings.transaction_start_timeout |
static Setting<Boolean> |
GraphDatabaseSettings.use_memory_mapped_buffers
Deprecated.
This configuration has been obsoleted. Neo4j no longer relies on the memory-mapping capabilities of the operating system.
|
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.