Neo4j Enterprise

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

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

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. 
 

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.
 

Uses of Setting in org.neo4j.kernel.configuration
 

Methods in org.neo4j.kernel.configuration with parameters of type Setting
 boolean Config.isSet(Setting<?> graphDatabaseSetting)
           
 


Neo4j Enterprise

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