Uses of Class
org.neo4j.kernel.Config

Packages that use Config
org.neo4j.index.impl.lucene An indexing implementation using Apache Lucene as backend. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling.wrap   
 

Uses of Config in org.neo4j.index.impl.lucene
 

Constructors in org.neo4j.index.impl.lucene with parameters of type Config
LuceneIndexImplementation(GraphDatabaseService db, Config config)
           
 

Uses of Config in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return Config
abstract  Config AbstractGraphDatabase.getConfig()
           
 Config EmbeddedGraphDatabase.getConfig()
          Returns a non-standard configuration object.
 Config EmbeddedReadOnlyGraphDatabase.getConfig()
          Returns a non-standard configuration object.
abstract  Config KernelData.getConfig()
           
 Config HAGraphDb.getConfig()
           
 

Uses of Config in org.neo4j.tooling.wrap
 

Methods in org.neo4j.tooling.wrap that return Config
 Config WrappedGraphDatabase.getConfig()
           
 



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