| Class and Description |
|---|
| MigrationContext
This class is instantiated for each migration process, it contains useful methods to handle the current migration lifecycle.
|
| Class and Description |
|---|
| MigrationContext
This class is instantiated for each migration process, it contains useful methods to handle the current migration lifecycle.
|
| Class and 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.MigrationStep
A simple migration step to be performed
|
| 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
|
| Class and Description |
|---|
| MigrationContext
This class is instantiated for each migration process, it contains useful methods to handle the current migration lifecycle.
|
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.