Neo4j Enterprise

Uses of Class
org.neo4j.graphdb.factory.GraphDatabaseSetting.DirectorySetting

Packages that use GraphDatabaseSetting.DirectorySetting
org.neo4j.graphdb.factory   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of GraphDatabaseSetting.DirectorySetting in org.neo4j.graphdb.factory
 

Fields in org.neo4j.graphdb.factory declared as GraphDatabaseSetting.DirectorySetting
static GraphDatabaseSetting.DirectorySetting GraphDatabaseSettings.store_dir
           
 

Constructors in org.neo4j.graphdb.factory with parameters of type GraphDatabaseSetting.DirectorySetting
GraphDatabaseSetting.AbstractPathSetting(String name, GraphDatabaseSetting.DirectorySetting relativeTo, boolean makeCanonical, boolean fixIncorrectPathSeparators)
          Deprecated.  
GraphDatabaseSetting.DirectorySetting(String name, GraphDatabaseSetting.DirectorySetting relativeTo, boolean makeCanonical, boolean fixIncorrectPathSeparators)
          Deprecated.  
GraphDatabaseSetting.FileSetting(String name, GraphDatabaseSetting.DirectorySetting relativeTo, boolean makeCanonical, boolean fixIncorrectPathSeparators)
          Deprecated.  
 

Uses of GraphDatabaseSetting.DirectorySetting in org.neo4j.kernel
 

Fields in org.neo4j.kernel declared as GraphDatabaseSetting.DirectorySetting
static GraphDatabaseSetting.DirectorySetting InternalAbstractGraphDatabase.Configuration.store_dir
           
 


Neo4j Enterprise

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