Interface | Description |
---|---|
BaseConfigurationMigrator.Migration | |
ConfigParam |
Interface for specifying configuration parameters.
|
ConfigurationChangeListener |
TODO
|
ConfigurationMigrator | |
HasSettings |
Class | Description |
---|---|
AnnotatedFieldHarvester | |
AnnotationBasedConfigurationMigrator | |
BaseConfigurationMigrator |
A basic approach to implementing configuration migrations.
|
BaseConfigurationMigrator.PropertyRenamed | |
BaseConfigurationMigrator.SpecificPropertyMigration | |
Config |
This class holds the overall configuration of a Neo4j database instance.
|
ConfigAsciiDocGenerator |
Generates Asciidoc by using subclasses of
SettingsResourceBundle ,
to pick up localized documentation of the documentation. |
ConfigParam.Conversion |
Utility for converting
ConfigParam objects to a Map of configuration parameter.s |
ConfigurationChange |
TODO
|
ConfigurationValidator |
Given a set of annotated config classes,
validates configuration maps using the validators
in the setting class fields.
|
GraphDatabaseConfigurationMigrator | |
RestartOnChange |
When a specified change happens, restart the given LifeSupport instance.
|
SystemPropertiesConfiguration |
Collect settings from System.getProperties().
|
Annotation Type | Description |
---|---|
ConfigurationPrefix |
Add this annotation to configuration interfaces to specify what prefix to use
For example, HA configuration interfaces would have @ConfigurationPrefix("ha.") as annotation
|
Migrator |
Used in settings classes to denote that a field contains an
ConfigurationMigrator . |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.