| Interface | Description |
|---|---|
| MigrationContext.MigrationStep |
A simple migration step to be performed
|
| Class | Description |
|---|---|
| MigrationConfig |
Service uses to provide configuration information for the migration
|
| MigrationConfigProperty |
Just a bean for a configuration property to be used during migration process
|
| MigrationContext |
This class is instantiated for each migration process, it contains useful methods to handle the current migration lifecycle.
|
| MigrationScript |
Java bean representing a migration script, current implementation support groovy script as migration script
following file name pattern need to be respected:
migrate-VERSION-PRIORITY-NAME.groovy
example:
migrate-2.0.0-01-segmentReindex.groovy
|
| MigrationServiceImpl |
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.