Neo4j Enterprise

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

Packages that use Config
org.neo4j.backup   
org.neo4j.cluster   
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.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, org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator txIdGenerator, Logging logging)
           
 

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.