Class JobTimeoutCleanupMigration
java.lang.Object
io.camunda.zeebe.engine.state.migration.JobTimeoutCleanupMigration
- All Implemented Interfaces:
MigrationTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns identifier for the migration task.void
runMigration
(MutableProcessingState processingState) Implementations of this method perform the actual migrationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.engine.state.migration.MigrationTask
needsToRun
-
Constructor Details
-
JobTimeoutCleanupMigration
public JobTimeoutCleanupMigration()
-
-
Method Details
-
getIdentifier
Description copied from interface:MigrationTask
Returns identifier for the migration task.The identifier is used for logging.
In the future, it might also be used to store the migrations that were run in persistent state
- Specified by:
getIdentifier
in interfaceMigrationTask
- Returns:
- identifier for the migration task
-
runMigration
Description copied from interface:MigrationTask
Implementations of this method perform the actual migration- Specified by:
runMigration
in interfaceMigrationTask
- Parameters:
processingState
- the mutable Zeebe state
-