public interface Setting<T> extends Function<Function<String,String>,T>
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.Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Get the default value of this setting, as a string.
|
String |
name()
Get the name of the setting.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.