| Package | Description |
|---|---|
| org.apache.unomi.shell.migration.service |
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationContext.performMigrationStep(String stepKey,
MigrationContext.MigrationStep step)
this method allow for migration step execution:
- in case the history already contains the given stepKey as COMPLETED, then the step won't be executed
- in case the history doesn't contain the given stepKey, then the step will be executed
Also this method is keeping track of the history by persisting it on the FileSystem.
|
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.