Neo4j Enterprise

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

Packages that use GraphDatabaseSetting
org.neo4j.graphdb.factory   
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.configuration   
 

Uses of GraphDatabaseSetting in org.neo4j.graphdb.factory
 

Subclasses of GraphDatabaseSetting in org.neo4j.graphdb.factory
static class GraphDatabaseSetting.AbstractPathSetting
          Deprecated. 
static class GraphDatabaseSetting.BaseOptionsSetting<ST>
          Deprecated. 
static class GraphDatabaseSetting.BooleanSetting
          Deprecated. 
static class GraphDatabaseSetting.DirectorySetting
          Deprecated. 
static class GraphDatabaseSetting.DoubleSetting
          Deprecated. 
static class GraphDatabaseSetting.EnumerableSetting<ET extends Enum<ET>>
          Deprecated. 
static class GraphDatabaseSetting.FileSetting
          Deprecated. 
static class GraphDatabaseSetting.FloatSetting
          Deprecated. 
static class GraphDatabaseSetting.IntegerRangeNumberOfBytesSetting
          Deprecated. 
static class GraphDatabaseSetting.IntegerSetting
          Deprecated. 
static class GraphDatabaseSetting.ListSetting<T>
          Deprecated. 
static class GraphDatabaseSetting.LongSetting
          Deprecated. 
static class GraphDatabaseSetting.NumberOfBytesSetting
          Deprecated. 
static class GraphDatabaseSetting.NumberSetting<T extends Number>
          Deprecated. 
static class GraphDatabaseSetting.OptionsSetting
          Deprecated. 
static class GraphDatabaseSetting.PortSetting
          Deprecated. 
static class GraphDatabaseSetting.StringSetting
          Deprecated. 
static class GraphDatabaseSetting.TimeSpanSetting
          Deprecated. 
static class GraphDatabaseSetting.URISetting
          Deprecated. 
static class GraphDatabaseSettings.CacheTypeSetting
          Deprecated. 
static class GraphDatabaseSettings.CypherParserSetting
          Deprecated. 
static class GraphDatabaseSettings.UseMemoryMappedBuffers
          Deprecated. 
 

Fields in org.neo4j.graphdb.factory declared as GraphDatabaseSetting
static GraphDatabaseSetting<String> GraphDatabaseSettings.forced_kernel_id
           
static GraphDatabaseSetting<Boolean> GraphDatabaseSettings.remote_logging_enabled
           
 

Constructors in org.neo4j.graphdb.factory with parameters of type GraphDatabaseSetting
GraphDatabaseSetting.ListSetting(String name, GraphDatabaseSetting<T> itemSetting)
          Deprecated.  
GraphDatabaseSetting.ListSetting(String name, GraphDatabaseSetting<T> itemSetting, String separator)
          Deprecated.  
 

Uses of GraphDatabaseSetting in org.neo4j.index.lucene
 

Fields in org.neo4j.index.lucene declared as GraphDatabaseSetting
static GraphDatabaseSetting<Boolean> LuceneIndexProvider.Configuration.read_only
           
 

Uses of GraphDatabaseSetting in org.neo4j.kernel
 

Fields in org.neo4j.kernel declared as GraphDatabaseSetting
static GraphDatabaseSetting<String> KernelData.forced_id
           
 

Uses of GraphDatabaseSetting in org.neo4j.kernel.configuration
 

Methods in org.neo4j.kernel.configuration with parameters of type GraphDatabaseSetting
<T> T
Config.get(GraphDatabaseSetting<T> setting)
          Retrieve a configuration property.
static String ConfigurationDefaults.getDefault(GraphDatabaseSetting<?> realSetting, Class<?> settingsClass)
           
 boolean Config.isSet(GraphDatabaseSetting<?> graphDatabaseSetting)
           
 


Neo4j Enterprise

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