Neo4j Community

Uses of Interface
org.neo4j.kernel.ConfigParam

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

Uses of ConfigParam in org.neo4j.kernel
 

Methods in org.neo4j.kernel with parameters of type ConfigParam
static Map<String,String> ConfigParam.Conversion.create(ConfigParam... params)
          Create a new configuration map from a set of ConfigParam objects.
static Map<String,String> ConfigParam.Conversion.update(Map<String,String> config, ConfigParam... params)
          Updates a configuration map with the specified configuration parameters.
 


Neo4j Community

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