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

Packages that use GraphDatabaseSetting.IntegerSetting
org.neo4j.graphdb.factory   
org.neo4j.kernel.configuration   
 

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

Subclasses of GraphDatabaseSetting.IntegerSetting in org.neo4j.graphdb.factory
static class GraphDatabaseSetting.PortSetting
           
 

Fields in org.neo4j.graphdb.factory declared as GraphDatabaseSetting.IntegerSetting
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.array_block_size
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.lucene_searcher_cache_size
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.lucene_writer_cache_size
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.relationship_grab_size
           
static GraphDatabaseSetting.IntegerSetting GraphDatabaseSettings.string_block_size
           
 

Uses of GraphDatabaseSetting.IntegerSetting in org.neo4j.kernel.configuration
 

Methods in org.neo4j.kernel.configuration with parameters of type GraphDatabaseSetting.IntegerSetting
 int Config.getInteger(GraphDatabaseSetting.IntegerSetting setting)
           
 



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