|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Setting<T>
Settings that can be provided in configurations are represented by instances of this interface, and are available
as static fields in various *Settings classes, such as GraphDatabaseSettings
.
Use these with the methods in GraphDatabaseBuilder
to provide your own
configuration when constructing new databases.
This interface is available only for use, not for implementing. Implementing this interface is not expected, and
backwards compatibility is not guaranteed for implementors.
Method Summary | |
---|---|
String |
getDefaultValue()
Get the default value of this setting, as a string. |
String |
name()
Get the name of the setting. |
Methods inherited from interface org.neo4j.helpers.Function |
---|
apply |
Method Detail |
---|
String name()
String getDefaultValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |