Neo4j Enterprise

org.neo4j.graphdb.factory
Class GraphDatabaseSettings.CacheTypeSetting

java.lang.Object
  extended by org.neo4j.graphdb.factory.GraphDatabaseSetting<ST>
      extended by org.neo4j.graphdb.factory.GraphDatabaseSetting.BaseOptionsSetting<String>
          extended by org.neo4j.graphdb.factory.GraphDatabaseSetting.OptionsSetting
              extended by org.neo4j.graphdb.factory.GraphDatabaseSettings.CacheTypeSetting
All Implemented Interfaces:
Setting
Enclosing class:
GraphDatabaseSettings

Deprecated.

@Deprecated
public static class GraphDatabaseSettings.CacheTypeSetting
extends GraphDatabaseSetting.OptionsSetting


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
GraphDatabaseSetting.AbstractPathSetting, GraphDatabaseSetting.BaseOptionsSetting<ST>, GraphDatabaseSetting.BooleanSetting, GraphDatabaseSetting.DefaultValue, GraphDatabaseSetting.DirectorySetting, GraphDatabaseSetting.DoubleSetting, GraphDatabaseSetting.EnumerableSetting<ET extends Enum<ET>>, GraphDatabaseSetting.FileSetting, GraphDatabaseSetting.FloatSetting, GraphDatabaseSetting.IntegerRangeNumberOfBytesSetting, GraphDatabaseSetting.IntegerSetting, GraphDatabaseSetting.ListSetting<T>, GraphDatabaseSetting.LongSetting, GraphDatabaseSetting.NumberOfBytesSetting, GraphDatabaseSetting.NumberSetting<T extends Number>, GraphDatabaseSetting.OptionsSetting, GraphDatabaseSetting.PortSetting, GraphDatabaseSetting.StringSetting, GraphDatabaseSetting.TimeSpanSetting, GraphDatabaseSetting.URISetting
 
Field Summary
static String gcr
          Deprecated.  
static String none
          Deprecated.  
static String soft
          Deprecated.  
static String strong
          Deprecated.  
static String weak
          Deprecated.  
 
Fields inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
ANY, DURATION, FALSE, SIZE, TRUE
 
Constructor Summary
GraphDatabaseSettings.CacheTypeSetting()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting.OptionsSetting
valueOf
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting.BaseOptionsSetting
options, validate
 
Methods inherited from class org.neo4j.graphdb.factory.GraphDatabaseSetting
getMessage, illegalValue, illegalValue, illegalValue, name, osIsMacOS, osIsWindows, validate, validationMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weak

public static final String weak
Deprecated. 
See Also:
Constant Field Values

soft

public static final String soft
Deprecated. 
See Also:
Constant Field Values

none

public static final String none
Deprecated. 
See Also:
Constant Field Values

strong

public static final String strong
Deprecated. 
See Also:
Constant Field Values

gcr

public static final String gcr
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

GraphDatabaseSettings.CacheTypeSetting

public GraphDatabaseSettings.CacheTypeSetting()
Deprecated. 

Neo4j Enterprise

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