| Modifier and Type | Field and Description |
|---|---|
MigrationConfiguration |
Controller.MigrationProcess.cfg |
protected MigrationConfiguration |
AbstractController.migrationConfiguration |
| Modifier and Type | Method and Description |
|---|---|
MigrationConfiguration |
Migrator.getMigrationConfiguration() |
MigrationConfiguration |
AbstractController.getMigrationConfiguration() |
MigrationConfiguration |
Controller.getMigrationConfiguration(String configurationName)
Read a configuration from the database whose name matches the the given configuration name
|
MigrationConfiguration[] |
Controller.getMigrationConfigurations()
Read configurations from the database whose name matches this instance name
|
MigrationConfiguration |
Controller.loadMigrationConfiguration(String migrationConfigurationId)
Load migration configuration based on its id
|
MigrationConfiguration |
AbstractController.reloadMigrationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.createControllers(MigrationConfiguration[] configurations)
Creates controller threads for migrators and consistency
checkers based on the configuration loaded from the db.
|
| Constructor and Description |
|---|
AbstractController(Controller controller,
MigrationConfiguration migrationConfiguration,
String threadGroupName) |
ConsistencyCheckerController(Controller controller,
MigrationConfiguration migrationConfiguration) |
MigrationProcess(MigrationConfiguration cfg,
MigratorController mig,
AbstractController ccc) |
MigratorController(Controller controller,
MigrationConfiguration migrationConfiguration) |
Copyright © 2016. All rights reserved.