| Package | Description |
|---|---|
| org.neo4j.backup | |
| org.neo4j.cluster | |
| org.neo4j.graphdb.factory |
Create database instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OnlineBackupSettings
Settings for online backup
|
| Modifier and Type | Field and Description |
|---|---|
static Setting<Boolean> |
OnlineBackupSettings.online_backup_enabled |
static Setting<HostnamePort> |
OnlineBackupSettings.online_backup_server |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterSettings
Settings for cluster members
|
| Modifier and Type | Field and Description |
|---|---|
static Setting<Boolean> |
ClusterSettings.allow_init_cluster |
static Setting<Long> |
ClusterSettings.broadcast_timeout |
static Setting<String> |
ClusterSettings.cluster_name |
static Setting<HostnamePort> |
ClusterSettings.cluster_server |
static Setting<Long> |
ClusterSettings.configuration_timeout |
static Setting<Long> |
ClusterSettings.default_timeout |
static Setting<Long> |
ClusterSettings.election_timeout |
static Setting<Long> |
ClusterSettings.heartbeat_interval |
static Setting<Long> |
ClusterSettings.heartbeat_timeout |
static Setting<List<HostnamePort>> |
ClusterSettings.initial_hosts |
static Setting<Long> |
ClusterSettings.join_timeout |
static Setting<Long> |
ClusterSettings.learn_timeout |
static Setting<Long> |
ClusterSettings.leave_timeout |
static Setting<Long> |
ClusterSettings.paxos_timeout |
static Setting<Long> |
ClusterSettings.phase1_timeout |
static Setting<Long> |
ClusterSettings.phase2_timeout |
static Setting<InstanceId> |
ClusterSettings.server_id |
| 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 pagecache_memory setting.
|
static Setting<Integer> |
GraphDatabaseSettings.batch_inserter_batch_size |
static Setting<Boolean> |
GraphDatabaseSettings.batched_writes
Deprecated.
|
static Setting<String> |
GraphDatabaseSettings.cache_type
Deprecated.
|
static Setting<Long> |
GraphDatabaseSettings.check_point_interval_time |
static Setting<Integer> |
GraphDatabaseSettings.check_point_interval_tx |
static Setting<Boolean> |
GraphDatabaseSettings.cypher_compiler_tracing |
static Setting<Boolean> |
GraphDatabaseSettings.cypher_hints_error |
static Setting<Long> |
GraphDatabaseSettings.cypher_min_replan_interval |
static Setting<String> |
GraphDatabaseSettings.cypher_parser_version |
static Setting<String> |
GraphDatabaseSettings.cypher_planner |
static Setting<String> |
GraphDatabaseSettings.cypher_runtime |
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<Boolean> |
GraphDatabaseSettings.log_mapped_memory_stats
Deprecated.
|
static Setting<File> |
GraphDatabaseSettings.log_mapped_memory_stats_filename
Deprecated.
|
static Setting<Integer> |
GraphDatabaseSettings.log_mapped_memory_stats_interval
Deprecated.
|
static Setting<Boolean> |
GraphDatabaseSettings.log_queries |
static Setting<File> |
GraphDatabaseSettings.log_queries_filename |
static Setting<Long> |
GraphDatabaseSettings.log_queries_threshold |
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<Boolean> |
GraphDatabaseSettings.node_auto_indexing
Deprecated.
|
static Setting<String> |
GraphDatabaseSettings.node_keys_indexable
Deprecated.
|
static Setting<Long> |
GraphDatabaseSettings.nodestore_mapped_memory_size
Deprecated.
Replaced by the pagecache_memory setting.
|
static Setting<Long> |
GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory_size
Deprecated.
Replaced by the pagecache_memory setting.
|
static Setting<Long> |
GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory_size
Deprecated.
Replaced by the pagecache_memory setting.
|
static Setting<Long> |
GraphDatabaseSettings.nodestore_propertystore_mapped_memory_size
Deprecated.
Replaced by the pagecache_memory setting.
|
static Setting<Long> |
GraphDatabaseSettings.pagecache_memory |
static Setting<String> |
GraphDatabaseSettings.pagecache_swapper |
static Setting<Integer> |
GraphDatabaseSettings.query_cache_size |
static Setting<Long> |
GraphDatabaseSettings.query_non_indexed_label_warning_threshold |
static Setting<Double> |
GraphDatabaseSettings.query_statistics_divergence_threshold |
static Setting<Boolean> |
GraphDatabaseSettings.read_only |
static Setting<Boolean> |
GraphDatabaseSettings.rebuild_idgenerators_fast |
static Setting<Boolean> |
GraphDatabaseSettings.relationship_auto_indexing
Deprecated.
|
static Setting<Integer> |
GraphDatabaseSettings.relationship_grab_size |
static Setting<String> |
GraphDatabaseSettings.relationship_keys_indexable
Deprecated.
|
static Setting<Long> |
GraphDatabaseSettings.relationshipstore_mapped_memory_size
Deprecated.
Replaced by the pagecache_memory setting.
|
static Setting<File> |
GraphDatabaseSettings.store_dir
Deprecated.
|
static Setting<List<String>> |
GraphDatabaseSettings.store_internal_debug_contexts |
static Setting<org.neo4j.logging.Level> |
GraphDatabaseSettings.store_internal_log_level |
static Setting<File> |
GraphDatabaseSettings.store_internal_log_location |
static Setting<Integer> |
GraphDatabaseSettings.store_internal_log_max_archives |
static Setting<Integer> |
GraphDatabaseSettings.store_internal_log_rotation_delay |
static Setting<Long> |
GraphDatabaseSettings.store_internal_log_rotation_threshold |
static Setting<Long> |
GraphDatabaseSettings.store_interval_log_rotation_wait_time |
static Setting<Integer> |
GraphDatabaseSettings.string_block_size |
static Setting<Long> |
GraphDatabaseSettings.strings_mapped_memory_size
Deprecated.
Replaced by the pagecache_memory 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–2015 The Neo4j Graph Database Project. All rights reserved.