org.neo4j.graphdb.factory
Class GraphDatabaseSettings.UseMemoryMappedBuffers

java.lang.Object
  extended by org.neo4j.graphdb.factory.GraphDatabaseSetting
      extended by org.neo4j.graphdb.factory.GraphDatabaseSetting.OptionsSetting
          extended by org.neo4j.graphdb.factory.GraphDatabaseSetting.BooleanSetting
              extended by org.neo4j.graphdb.factory.GraphDatabaseSettings.UseMemoryMappedBuffers
All Implemented Interfaces:
GraphDatabaseSetting.DefaultValue
Enclosing class:
GraphDatabaseSettings

public static class GraphDatabaseSettings.UseMemoryMappedBuffers
extends GraphDatabaseSetting.BooleanSetting
implements GraphDatabaseSetting.DefaultValue


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
GraphDatabaseSetting.BooleanSetting, GraphDatabaseSetting.DefaultValue, GraphDatabaseSetting.DoubleSetting, GraphDatabaseSetting.FloatSetting, GraphDatabaseSetting.IntegerSetting, GraphDatabaseSetting.LongSetting, GraphDatabaseSetting.NumberSetting<T extends Number>, GraphDatabaseSetting.OptionsSetting, GraphDatabaseSetting.PortSetting, GraphDatabaseSetting.StringSetting
 
Field Summary
 
Fields inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
ANY, DURATION, FALSE, SIZE, TRUE
 
Constructor Summary
GraphDatabaseSettings.UseMemoryMappedBuffers()
           
 
Method Summary
 String getDefaultValue()
           
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting.OptionsSetting
options, validate
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
getMessage, illegalValue, name, osIsMacOS, osIsWindows, validate, validationMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphDatabaseSettings.UseMemoryMappedBuffers

public GraphDatabaseSettings.UseMemoryMappedBuffers()
Method Detail

getDefaultValue

public String getDefaultValue()
Specified by:
getDefaultValue in interface GraphDatabaseSetting.DefaultValue


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