Package org.nuxeo.runtime.migration
-
Interface Summary Interface Description MigrationService Migration Service.MigrationService.MigrationContext Interface for a migration context, passed to theMigrationService.Migrator
.MigrationService.Migrator Interface for the implementation of a migrator. -
Class Summary Class Description Migration 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 Amigrator
wrapper to send invalidations to other nodes when callingMigrationServiceImpl.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 recordsRunnable
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.MigrationStep