Neo4j Community

Uses of Class
org.neo4j.kernel.Config

Packages that use Config
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of Config in org.neo4j.kernel
 

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

Methods in org.neo4j.kernel that return Config
 Config AbstractGraphDatabase.getConfig()
           
 Config AbstractGraphDatabase.DefaultKernelData.getConfig()
           
abstract  Config KernelData.getConfig()
           
 

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


Neo4j Community

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