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

Packages that use GraphDatabaseSetting
org.neo4j.graphdb.factory Create database instances. 
 

Uses of GraphDatabaseSetting in org.neo4j.graphdb.factory
 

Subclasses of GraphDatabaseSetting in org.neo4j.graphdb.factory
static class GraphDatabaseSetting.BooleanSetting
          Deprecated.  
static class GraphDatabaseSetting.DirectorySetting
          Deprecated.  
static class GraphDatabaseSetting.DoubleSetting
          Deprecated.  
static class GraphDatabaseSetting.FileSetting
          Deprecated.  
static class GraphDatabaseSetting.FloatSetting
          Deprecated.  
static class GraphDatabaseSetting.HostnamePortSetting
          Deprecated.  
static class GraphDatabaseSetting.IntegerRangeNumberOfBytesSetting
          Deprecated.  
static class GraphDatabaseSetting.IntegerSetting
          Deprecated.  
static class GraphDatabaseSetting.LongSetting
          Deprecated.  
static class GraphDatabaseSetting.NumberOfBytesSetting
          Deprecated.  
static class GraphDatabaseSetting.OptionsSetting
          Deprecated.  
static class GraphDatabaseSetting.PortSetting
          Deprecated.  
static class GraphDatabaseSetting.SettingWrapper<T>
          Deprecated. 
static class GraphDatabaseSetting.StringSetting
          Deprecated.  
static class GraphDatabaseSetting.TimeSpanSetting
          Deprecated.  
static class GraphDatabaseSetting.URISetting
          Deprecated.  
static class GraphDatabaseSettings.CacheTypeSetting
           
static class GraphDatabaseSettings.CypherParserSetting
           
static class GraphDatabaseSettings.UseMemoryMappedBuffers
           
 

Fields in org.neo4j.graphdb.factory declared as GraphDatabaseSetting
static GraphDatabaseSetting<Long> GraphDatabaseSettings.all_stores_total_mapped_memory_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.arrays_mapped_memory_size
           
static GraphDatabaseSetting<String> GraphDatabaseSettings.forced_kernel_id
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.gc_monitor_block_threshold
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.gc_monitor_interval
           
static GraphDatabaseSetting<Boolean> GraphDatabaseSettings.log_mapped_memory_stats
           
static GraphDatabaseSetting<Integer> GraphDatabaseSettings.log_mapped_memory_stats_interval
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.mapped_memory_page_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_mapped_memory_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_mapped_memory_size
           
static GraphDatabaseSetting<Integer> GraphDatabaseSettings.query_cache_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.relationshipstore_mapped_memory_size
           
static GraphDatabaseSetting<Boolean> GraphDatabaseSettings.remote_logging_enabled
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.strings_mapped_memory_size
           
 



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