| Interface | Description |
|---|---|
| MigrationService |
Migration Service.
|
| MigrationService.MigrationContext |
Interface for a migration context, passed to the
MigrationService.Migrator. |
| MigrationService.Migrator |
Interface for the implementation of a migrator.
|
| Class | Description |
|---|---|
| MigrationDescriptor |
Descriptor of a Migration, consisting of States and Steps.
|
| MigrationDescriptor.MigrationStateDescriptor | |
| MigrationDescriptor.MigrationStepDescriptor | |
| MigrationService.MigrationStatus |
The status of a migration.
|
| MigrationServiceImpl |
Implementation for the Migration Service.
|
| MigrationServiceImpl.InvalidatorMigrator |
A
migrator wrapper to send invalidations to other nodes when calling
MigrationServiceImpl.InvalidatorMigrator.notifyStatusChange(). |
| MigrationServiceImpl.MigrationContextImpl |
Migration context implementation that reports progress in the key/value store and can be shutdown.
|
| MigrationServiceImpl.MigrationInvalidation | |
| MigrationServiceImpl.MigrationThreadPoolExecutor |
Thread pool executor that records
Runnables to be able to request shutdown on them. |
| MigrationServiceImpl.MigratorWithContext |
Runnable for the migrator, that knows about the migration context.
|
| MigrationServiceImpl.ProgressReporter |
Progress reporter that reports progress in the key/value store.
|
Copyright © 2019 Nuxeo. All rights reserved.