@Deprecated public interface Configuration
Modifier and Type | Field and Description |
---|---|
static Configuration |
EMPTY
Deprecated.
Empty configuration without any settings.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Setting<T> setting)
Deprecated.
Retrieve the value of a configuration
Setting . |
static final Configuration EMPTY
<T> T get(Setting<T> setting)
Setting
.T
- The type of the configuration propertysetting
- The configuration propertyCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.