Neo4j Enterprise

Uses of Class
org.neo4j.graphdb.factory.Default

Packages that use Default
org.neo4j.backup   
org.neo4j.graphdb.factory   
 

Uses of Default in org.neo4j.backup
 

Fields in org.neo4j.backup with annotations of type Default
static GraphDatabaseSetting.BooleanSetting OnlineBackupSettings.online_backup_enabled
           
static GraphDatabaseSetting.PortSetting OnlineBackupSettings.online_backup_port
           
 

Uses of Default in org.neo4j.graphdb.factory
 

Fields in org.neo4j.graphdb.factory with annotations of type Default
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.allow_store_upgrade
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.array_block_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.arrays_mapped_memory
          Deprecated. 
static Setting GraphDatabaseSettings.arrays_mapped_memory_size
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.backup_slave
           
static GraphDatabaseSettings.CacheTypeSetting GraphDatabaseSettings.cache_type
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.dump_configuration
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.execution_guard_enabled
           
static Setting GraphDatabaseSettings.first_delay
          Configuration key for the first delay, expressed in milliseconds.
static GraphDatabaseSetting<String> GraphDatabaseSettings.forced_kernel_id
           
static Setting GraphDatabaseSettings.gc_monitor_block_threshold
           
static Setting GraphDatabaseSettings.gc_monitor_interval
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.gc_monitor_threshold
          Deprecated. 
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.gc_monitor_wait_time
          Deprecated. 
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.gcr_cache_min_log_interval
          Deprecated. 
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.grab_file_lock
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.intercept_committing_transactions
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.intercept_deserialized_transactions
           
static Setting GraphDatabaseSettings.interval
          Configuration key for the interval for regular updates, expressed in milliseconds.
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.keep_logical_logs
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.load_kernel_extensions
           
static GraphDatabaseSetting.FileSetting GraphDatabaseSettings.logical_log
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.lucene_searcher_cache_size
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.lucene_writer_cache_size
           
static GraphDatabaseSetting.FileSetting GraphDatabaseSettings.neo_store
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.node_auto_indexing
           
static GraphDatabaseSetting.FloatSetting GraphDatabaseSettings.node_cache_array_fraction
          Deprecated. 
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.nodestore_mapped_memory
          Deprecated. 
static Setting GraphDatabaseSettings.nodestore_mapped_memory_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory
          Deprecated. 
static Setting GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory
          Deprecated. 
static Setting GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.nodestore_propertystore_mapped_memory
          Deprecated. 
static Setting GraphDatabaseSettings.nodestore_propertystore_mapped_memory_size
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.online_backup_enabled
           
static GraphDatabaseSetting.PortSetting GraphDatabaseSettings.online_backup_port
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.read_only
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.rebuild_idgenerators_fast
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.relationship_auto_indexing
           
static GraphDatabaseSetting.FloatSetting GraphDatabaseSettings.relationship_cache_array_fraction
          Deprecated. 
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.relationship_grab_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.relationshipstore_mapped_memory
          Deprecated. 
static Setting GraphDatabaseSettings.relationshipstore_mapped_memory_size
           
static GraphDatabaseSetting<Boolean> GraphDatabaseSettings.remote_logging_enabled
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.remote_logging_host
           
static GraphDatabaseSetting.PortSetting GraphDatabaseSettings.remote_logging_port
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.string_block_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.strings_mapped_memory
          Deprecated. 
static Setting GraphDatabaseSettings.strings_mapped_memory_size
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.threshold_for_logging_rotation
           
static Setting GraphDatabaseSettings.udc_enabled
          Configuration key for enabling the UDC extension.
static Setting GraphDatabaseSettings.udc_host
          The host address to which UDC updates will be sent.
static Setting GraphDatabaseSettings.udc_registration_key
          Unique registration id
 


Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.