org.neo4j.graphdb.factory
Class GraphDatabaseSetting<T>
java.lang.Object
org.neo4j.graphdb.factory.GraphDatabaseSetting<T>
- All Implemented Interfaces:
- Setting<T>, Function<Function<String,String>,T>
- Direct Known Subclasses:
- GraphDatabaseSetting.SettingWrapper
Deprecated.
@Deprecated
public abstract class GraphDatabaseSetting<T>
- extends Object
- implements Setting<T>
Setting types for Neo4j. Actual settings are in GraphDatabaseSettings.
This is a usage-only class, backwards compatibility is retained for using implementations
of it, but not for implementing it.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.neo4j.helpers.Function |
apply |
TRUE
public static final String TRUE
- Deprecated.
- See Also:
- Constant Field Values
FALSE
public static final String FALSE
- Deprecated.
- See Also:
- Constant Field Values
ANY
public static final String ANY
- Deprecated.
- See Also:
- Constant Field Values
SIZE
public static final String SIZE
- Deprecated.
- See Also:
- Constant Field Values
DURATION
public static final String DURATION
- Deprecated.
- See Also:
- Constant Field Values
GraphDatabaseSetting
public GraphDatabaseSetting()
- Deprecated.
osIsWindows
public static boolean osIsWindows()
- Deprecated.
osIsMacOS
public static boolean osIsMacOS()
- Deprecated.
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.