@Deprecated public interface SettingGroup<T> extends SettingValidator
Modifier and Type | Method and Description |
---|---|
boolean |
deprecated()
Deprecated.
|
Optional<String> |
description()
Deprecated.
|
Optional<String> |
documentedDefaultValue()
Deprecated.
|
default boolean |
dynamic()
Deprecated.
|
boolean |
internal()
Deprecated.
|
Optional<String> |
replacement()
Deprecated.
|
List<Setting<T>> |
settings(Map<String,String> params)
Deprecated.
|
String |
valueDescription()
Deprecated.
|
Map<String,T> |
values(Map<String,String> validConfig)
Deprecated.
Apply this setting group to the config and return all of its configured keys and their corresponding values.
|
validate
Map<String,T> values(Map<String,String> validConfig)
validConfig
- which can be examined.List<Setting<T>> settings(Map<String,String> params)
boolean deprecated()
true
if this setting is deprecated, false otherwise.Optional<String> replacement()
boolean internal()
true
if internal setting, false otherwise.Optional<String> documentedDefaultValue()
String valueDescription()
Optional<String> description()
default boolean dynamic()
true
if the setting can be changed at runtime.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.