Neo4j Enterprise

Uses of Class
org.neo4j.kernel.configuration.Config

Packages that use Config
org.neo4j.backup.check   
org.neo4j.graphdb.factory   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.logging   
 

Uses of Config in org.neo4j.backup.check
 

Methods in org.neo4j.backup.check with parameters of type Config
static void ConsistencyCheck.run(ProgressIndicator.Factory progressFactory, String storeDir, Config config)
           
static void ConsistencyCheck.run(String storeDir, Config config)
           
 

Uses of Config in org.neo4j.graphdb.factory
 

Methods in org.neo4j.graphdb.factory with parameters of type Config
abstract  T GraphDatabaseSetting.valueOf(String rawValue, Config config)
          Deprecated. Create a typed value from a raw string value.
 String GraphDatabaseSetting.StringSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 Integer GraphDatabaseSetting.IntegerSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 Long GraphDatabaseSetting.LongSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 Float GraphDatabaseSetting.FloatSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 Double GraphDatabaseSetting.DoubleSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 Long GraphDatabaseSetting.TimeSpanSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 String GraphDatabaseSetting.OptionsSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 ET GraphDatabaseSetting.EnumerableSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 Boolean GraphDatabaseSetting.BooleanSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 String GraphDatabaseSetting.AbstractPathSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 Long GraphDatabaseSetting.NumberOfBytesSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 Integer GraphDatabaseSetting.IntegerRangeNumberOfBytesSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 List<T> GraphDatabaseSetting.ListSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 URI GraphDatabaseSetting.URISetting.valueOf(String rawValue, Config config)
          Deprecated.  
 

Uses of Config in org.neo4j.kernel
 

Fields in org.neo4j.kernel declared as Config
protected  Config InternalAbstractGraphDatabase.config
           
protected  Config HighlyAvailableGraphDatabase.configuration
           
 

Methods in org.neo4j.kernel that return Config
 Config InternalAbstractGraphDatabase.getConfig()
           
 Config KernelData.getConfig()
           
 

Constructors in org.neo4j.kernel with parameters of type Config
InternalAbstractGraphDatabase.DefaultKernelData(Config config, GraphDatabaseAPI graphDb)
           
 

Uses of Config in org.neo4j.kernel.logging
 

Constructors in org.neo4j.kernel.logging with parameters of type Config
ClassicLoggingService(Config config)
           
LogbackService(Config config)
           
 


Neo4j Enterprise

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