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<Long> GraphDatabaseSettings.all_stores_total_mapped_memory_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.arrays_mapped_memory_size
           
static GraphDatabaseSetting<Integer> GraphDatabaseSettings.first_delay
          Configuration key for the first delay, expressed in milliseconds.
static GraphDatabaseSetting<String> GraphDatabaseSettings.forced_kernel_id
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.gc_monitor_block_threshold
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.gc_monitor_interval
           
static GraphDatabaseSetting<Integer> GraphDatabaseSettings.interval
          Configuration key for the interval for regular updates, expressed in milliseconds.
static GraphDatabaseSetting<Boolean> GraphDatabaseSettings.log_mapped_memory_stats
           
static GraphDatabaseSetting<Integer> GraphDatabaseSettings.log_mapped_memory_stats_interval
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.mapped_memory_page_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_mapped_memory_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_index_keys_mapped_memory_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_index_mapped_memory_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.nodestore_propertystore_mapped_memory_size
           
static GraphDatabaseSetting<Integer> GraphDatabaseSettings.query_cache_size
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.relationshipstore_mapped_memory_size
           
static GraphDatabaseSetting<Boolean> GraphDatabaseSettings.remote_logging_enabled
           
static GraphDatabaseSetting<Long> GraphDatabaseSettings.strings_mapped_memory_size
           
static GraphDatabaseSetting<Boolean> GraphDatabaseSettings.udc_enabled
          Configuration key for enabling the UDC extension.
static GraphDatabaseSetting<String> GraphDatabaseSettings.udc_host
          The host address to which UDC updates will be sent.
static GraphDatabaseSetting<String> GraphDatabaseSettings.udc_registration_key
          Unique registration id
static GraphDatabaseSetting<String> GraphDatabaseSettings.udc_source
          Configuration key for overriding the source parameter in UDC
 

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)
           
 


Neo4j Enterprise

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