Neo4j Enterprise

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

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

Uses of Description in org.neo4j.backup
 

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

Uses of Description in org.neo4j.graphdb.factory
 

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

Fields in org.neo4j.graphdb.factory with annotations of type Description
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.OptionsSetting GraphDatabaseSettings.cypher_parser_version
           
static GraphDatabaseSetting.BooleanSetting GraphDatabaseSettings.dump_configuration
           
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 String GraphDatabaseSettings.CacheTypeSetting.gcr
          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 GraphDatabaseSetting.StringSetting GraphDatabaseSettings.keep_logical_logs
           
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.node_cache_size
          Deprecated. 
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.node_keys_indexable
           
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 String GraphDatabaseSettings.CacheTypeSetting.none
          Deprecated.  
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.StringSetting GraphDatabaseSettings.relationship_keys_indexable
           
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 String GraphDatabaseSettings.CacheTypeSetting.soft
          Deprecated.  
static GraphDatabaseSetting.DirectorySetting GraphDatabaseSettings.store_dir
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.string_block_size
           
static GraphDatabaseSetting.StringSetting GraphDatabaseSettings.strings_mapped_memory
          Deprecated. 
static Setting GraphDatabaseSettings.strings_mapped_memory_size
           
static String GraphDatabaseSettings.CacheTypeSetting.strong
          Deprecated.  
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_5
          Deprecated.  
static String GraphDatabaseSettings.CypherParserSetting.v1_6
          Deprecated.  
static String GraphDatabaseSettings.CypherParserSetting.v1_7
          Deprecated.  
static String GraphDatabaseSettings.CacheTypeSetting.weak
          Deprecated.  
 


Neo4j Enterprise

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