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 migration step.
|
MigrationService.StatusChangeNotifier |
Interface for the implementation of status change notification.
|
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.MigrationContextImpl |
Migration context implementation that reports progress in the key/value store and can be shutdown.
|
MigrationServiceImpl.MigrationInvalidation | |
MigrationServiceImpl.MigrationRegistry | |
MigrationServiceImpl.MigrationThreadPoolExecutor |
Thread pool executor that records
Runnable s 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 © 2018 Nuxeo. All rights reserved.