Interface SchedulerExecutionStore
- All Known Implementing Classes:
JdbcSchedulerExecutionStore
public interface SchedulerExecutionStore
-
Method Summary
Modifier and TypeMethodDescriptionfindByExecutionId(String executionId) voidmarkFailure(String executionId, int attempt, String errorMessage) voidmarkSuccess(String executionId, int attempt, String launcherMetadata) voidmarkTimedOut(String executionId, int attempt, String errorMessage) boolean
-
Method Details
-
tryStartExecution
-
markSuccess
-
markFailure
-
markTimedOut
-
findByExecutionId
-