Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.config.Setting

Packages that use Setting
org.neo4j.graphdb.config   
org.neo4j.graphdb.factory   
 

Uses of Setting in org.neo4j.graphdb.config
 

Constructors in org.neo4j.graphdb.config with parameters of type Setting
InvalidConfigurationValueException(Setting setting, String value, Exception cause)
           
InvalidConfigurationValueException(Setting setting, String value, String message)
           
 

Uses of Setting in org.neo4j.graphdb.factory
 

Classes in org.neo4j.graphdb.factory that implement Setting
 class GraphDatabaseSetting<T>
          Deprecated. 
static class GraphDatabaseSetting.AbstractPathSetting
          Deprecated. 
static class GraphDatabaseSetting.BaseOptionsSetting<ST>
          Deprecated. 
static class GraphDatabaseSetting.BooleanSetting
          Deprecated. 
static class GraphDatabaseSetting.DirectorySetting
          Deprecated. 
static class GraphDatabaseSetting.DoubleSetting
          Deprecated. 
static class GraphDatabaseSetting.EnumerableSetting<ET extends Enum<ET>>
          Deprecated. 
static class GraphDatabaseSetting.FileSetting
          Deprecated. 
static class GraphDatabaseSetting.FloatSetting
          Deprecated. 
static class GraphDatabaseSetting.IntegerRangeNumberOfBytesSetting
          Deprecated. 
static class GraphDatabaseSetting.IntegerSetting
          Deprecated. 
static class GraphDatabaseSetting.ListSetting<T>
          Deprecated. 
static class GraphDatabaseSetting.LongSetting
          Deprecated. 
static class GraphDatabaseSetting.NumberOfBytesSetting
          Deprecated. 
static class GraphDatabaseSetting.NumberSetting<T extends Number>
          Deprecated. 
static class GraphDatabaseSetting.OptionsSetting
          Deprecated. 
static class GraphDatabaseSetting.PortSetting
          Deprecated. 
static class GraphDatabaseSetting.StringSetting
          Deprecated. 
static class GraphDatabaseSetting.TimeSpanSetting
          Deprecated. 
static class GraphDatabaseSetting.URISetting
          Deprecated. 
static class GraphDatabaseSettings.CacheTypeSetting
          Deprecated. 
static class GraphDatabaseSettings.CypherParserSetting
          Deprecated. 
static class GraphDatabaseSettings.UseMemoryMappedBuffers
          Deprecated. 
 

Fields in org.neo4j.graphdb.factory declared as Setting
static Setting GraphDatabaseSettings.arrays_mapped_memory_size
           
static Setting GraphDatabaseSettings.first_delay
          Configuration key for the first delay, expressed in milliseconds.
static Setting GraphDatabaseSettings.gc_monitor_block_threshold
           
static Setting GraphDatabaseSettings.gc_monitor_interval
           
static Setting GraphDatabaseSettings.interval
          Configuration key for the interval for regular updates, expressed in milliseconds.
static Setting GraphDatabaseSettings.nodestore_mapped_memory_size
           
static Setting GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory_size
           
static Setting GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory_size
           
static Setting GraphDatabaseSettings.nodestore_propertystore_mapped_memory_size
           
static Setting GraphDatabaseSettings.relationshipstore_mapped_memory_size
           
static Setting GraphDatabaseSettings.strings_mapped_memory_size
           
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
static Setting GraphDatabaseSettings.udc_source
          Configuration key for overriding the source parameter in UDC
 

Methods in org.neo4j.graphdb.factory with parameters of type Setting
 GraphDatabaseBuilder GraphDatabaseBuilder.setConfig(Setting setting, String value)
          Set a database setting to a particular value.
 


Neo4j Enterprise

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