public abstract class GraphDatabaseSettings extends Object
GraphDatabaseBuilder
.Constructor and Description |
---|
GraphDatabaseSettings() |
@Deprecated public static final Setting<String> cache_type
public static final Setting<Boolean> intercept_deserialized_transactions
public static Setting<Double> query_statistics_divergence_threshold
public static Setting<Long> query_non_indexed_label_warning_threshold
@Deprecated public static final Setting<File> store_dir
public static final Setting<Long> store_internal_log_rotation_threshold
public static final Setting<List<String>> store_internal_debug_contexts
public static final Setting<org.neo4j.logging.Level> store_internal_log_level
public static final Setting<Long> store_interval_log_rotation_wait_time
public static final Setting<Integer> store_internal_log_rotation_delay
public static final Setting<Integer> store_internal_log_max_archives
@Deprecated public static final Setting<Boolean> node_auto_indexing
@Deprecated public static final Setting<String> node_keys_indexable
@Deprecated public static final Setting<Boolean> relationship_auto_indexing
@Deprecated public static final Setting<String> relationship_keys_indexable
public static final Setting<Boolean> index_background_sampling_enabled
public static final Setting<Integer> index_sampling_update_percentage
@Deprecated public static final Setting<Boolean> use_memory_mapped_buffers
@Deprecated public static final Setting<Boolean> log_mapped_memory_stats
@Deprecated public static final Setting<File> log_mapped_memory_stats_filename
@Deprecated public static final Setting<Integer> log_mapped_memory_stats_interval
@Deprecated public static final Setting<Long> nodestore_mapped_memory_size
@Deprecated public static final Setting<Long> nodestore_propertystore_mapped_memory_size
@Deprecated public static final Setting<Long> nodestore_propertystore_index_mapped_memory_size
@Deprecated public static final Setting<Long> nodestore_propertystore_index_keys_mapped_memory_size
@Deprecated public static final Setting<Long> strings_mapped_memory_size
@Deprecated public static final Setting<Long> arrays_mapped_memory_size
@Deprecated public static final Setting<Long> relationshipstore_mapped_memory_size
@Deprecated public static final Setting<Boolean> batched_writes
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.