Neo4j Enterprise

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

Packages that use Config
org.neo4j.backup   
org.neo4j.cluster   
org.neo4j.graphdb.factory   
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.extension   
org.neo4j.kernel.logging   
 

Uses of Config in org.neo4j.backup
 

Methods in org.neo4j.backup that return Config
 Config OnlineBackupExtensionFactory.Dependencies.getConfig()
           
 Config BackupTool.readTuningConfiguration(String storeDir, Args arguments)
           
 

Methods in org.neo4j.backup with parameters of type Config
 OnlineBackup OnlineBackup.full(String targetDirectory, boolean verification, Config tuningConfiguration)
           
 

Constructors in org.neo4j.backup with parameters of type Config
OnlineBackupKernelExtension(Config config, GraphDatabaseAPI graphDatabaseAPI)
           
 

Uses of Config in org.neo4j.cluster
 

Methods in org.neo4j.cluster with parameters of type Config
 ProtocolServer NetworkedServerFactory.newNetworkedServer(Config config, org.neo4j.cluster.protocol.atomicbroadcast.multipaxos.AcceptorInstanceStore acceptorInstanceStore, org.neo4j.cluster.protocol.election.ElectionCredentialsProvider electionCredentialsProvider)
           
 

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.  
 Integer GraphDatabaseSetting.PortSetting.valueOf(String rawValue, Config config)
          Deprecated.  
 String GraphDatabaseSetting.HostnamePortSetting.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.index.lucene
 

Methods in org.neo4j.index.lucene that return Config
 Config LuceneKernelExtensionFactory.Dependencies.getConfig()
           
 

Constructors in org.neo4j.index.lucene with parameters of type Config
LuceneKernelExtension(Config config, GraphDatabaseService gdb, TransactionManager txManager, org.neo4j.kernel.impl.index.IndexStore indexStore, org.neo4j.kernel.impl.transaction.xaframework.XaFactory xaFactory, org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystemAbstraction, org.neo4j.kernel.impl.transaction.XaDataSourceManager xaDataSourceManager, IndexProviders indexProviders)
           
 

Uses of Config in org.neo4j.kernel
 

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

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.extension
 

Constructors in org.neo4j.kernel.extension with parameters of type Config
KernelExtensions(Iterable<KernelExtensionFactory<?>> kernelExtensionFactories, Config config, DependencyResolver dependencyResolver)
           
 

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, ch.qos.logback.classic.LoggerContext loggerContext)
           
 


Neo4j Enterprise

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