Neo4j

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

Packages that use Description
org.neo4j.backup   
org.neo4j.graphdb.factory Create database instances. 
 

Uses of Description in org.neo4j.backup
 

Fields in org.neo4j.backup with annotations of type Description
static Setting<Boolean> OnlineBackupSettings.online_backup_enabled
           
static Setting<Integer> OnlineBackupSettings.online_backup_port
          Deprecated. 
static Setting<HostnamePort> OnlineBackupSettings.online_backup_server
           
 

Uses of Description in org.neo4j.graphdb.factory
 

Classes in org.neo4j.graphdb.factory with annotations of type Description
 class GraphDatabaseSettings
          Settings for Neo4j.
 

Fields in org.neo4j.graphdb.factory with annotations of type Description
static GraphDatabaseSetting<Long> GraphDatabaseSettings.all_stores_total_mapped_memory_size
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.allow_store_upgrade
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.array_block_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.arrays_mapped_memory
          Deprecated. 
static GraphDatabaseSetting<Long> GraphDatabaseSettings.arrays_mapped_memory_size
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.backup_slave
           
static GraphDatabaseSettings.CacheTypeSetting GraphDatabaseSettings.cache_type
           
static GraphDatabaseSetting.OptionsSetting GraphDatabaseSettings.cypher_parser_version
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.dump_configuration
           
static GraphDatabaseSetting<String> GraphDatabaseSettings.forced_kernel_id
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.gc_monitor_block_threshold
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.gc_monitor_interval
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.gc_monitor_threshold
          Deprecated. 
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.gc_monitor_wait_time
          Deprecated. 
static String GraphDatabaseSettings.CacheTypeSetting.gcr
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.gcr_cache_min_log_interval
          Deprecated. 
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.grab_file_lock
          Deprecated. 
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.intercept_committing_transactions
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.intercept_deserialized_transactions
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.keep_logical_logs
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.load_kernel_extensions
           
static GraphDatabaseSetting<Boolean> GraphDatabaseSettings.log_mapped_memory_stats
           
static GraphDatabaseSetting.FileSetting GraphDatabaseSettings.log_mapped_memory_stats_filename
           
static GraphDatabaseSetting<Integer> GraphDatabaseSettings.log_mapped_memory_stats_interval
           
static GraphDatabaseSetting.FileSetting GraphDatabaseSettings.logical_log
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.logical_log_rotation_threshold
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.lucene_searcher_cache_size
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.lucene_writer_cache_size
          Deprecated. 
static GraphDatabaseSetting<Long> GraphDatabaseSettings.mapped_memory_page_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.node_cache_size
          Deprecated. 
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.node_keys_indexable
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.nodestore_mapped_memory
          Deprecated. 
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_mapped_memory_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory
          Deprecated. 
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory
          Deprecated. 
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.nodestore_propertystore_mapped_memory
          Deprecated. 
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_mapped_memory_size
           
static String GraphDatabaseSettings.CacheTypeSetting.none
           
static GraphDatabaseSetting<Integer> GraphDatabaseSettings.query_cache_size
           
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.StringSetting GraphDatabaseSettings.relationship_cache_size
          Deprecated. 
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.relationship_grab_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.relationship_keys_indexable
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.relationshipstore_mapped_memory
          Deprecated. 
static GraphDatabaseSetting<Long> 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 String GraphDatabaseSettings.CacheTypeSetting.soft
           
static GraphDatabaseSetting.DirectorySetting GraphDatabaseSettings.store_dir
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.string_block_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.strings_mapped_memory
          Deprecated. 
static GraphDatabaseSetting<Long> GraphDatabaseSettings.strings_mapped_memory_size
           
static String GraphDatabaseSettings.CacheTypeSetting.strong
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.threshold_for_logging_rotation
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.tx_manager_impl
           
static GraphDatabaseSettings.UseMemoryMappedBuffers GraphDatabaseSettings.use_memory_mapped_buffers
           
static String GraphDatabaseSettings.CypherParserSetting.v1_7
           
static String GraphDatabaseSettings.CypherParserSetting.v1_8
           
static String GraphDatabaseSettings.CypherParserSetting.v1_9
           
static String GraphDatabaseSettings.CacheTypeSetting.weak
           
 


Neo4j

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