public interface DataflowJobExecutionDao
JobExecution
s. Mirrors the JobExecutionDao
but contains Spring Cloud Data Flow specific operations. This functionality might
be migrated to Spring Batch itself eventually.Modifier and Type | Method and Description |
---|---|
int |
deleteBatchJobExecutionByJobExecutionIds(Set<Long> jobExecutionIds)
Delete the batch job execution records from the persistence store for
the provided job execution ids.
|
int |
deleteBatchJobExecutionContextByJobExecutionIds(Set<Long> jobExecutionIds)
Delete the batch job execution context records from the persistence store for
the provided job execution ids.
|
int |
deleteBatchJobExecutionParamsByJobExecutionIds(Set<Long> jobExecutionIds)
Delete the batch job execution parameter records from the persistence store for
the provided job execution ids.
|
int |
deleteBatchStepExecutionContextByStepExecutionIds(Set<Long> stepExecutionIds)
Delete the batch step execution context records from the persistence store for
the provided step execution ids.
|
int |
deleteBatchStepExecutionsByJobExecutionIds(Set<Long> jobExecutionIds) |
int |
deleteUnusedBatchJobInstances()
Will delete any unused job instance records from the persistence store.
|
Set<Long> |
findStepExecutionIds(Set<Long> jobExecutionIds)
Retrieve the step execution ids for 1 or more job execution ids.
|
int deleteBatchJobExecutionByJobExecutionIds(Set<Long> jobExecutionIds)
jobExecutionIds
- Must contain at least 1 valueint deleteBatchJobExecutionContextByJobExecutionIds(Set<Long> jobExecutionIds)
jobExecutionIds
- Must contain at least 1 valueint deleteBatchJobExecutionParamsByJobExecutionIds(Set<Long> jobExecutionIds)
jobExecutionIds
- Must contain at least 1 valueint deleteBatchStepExecutionContextByStepExecutionIds(Set<Long> stepExecutionIds)
stepExecutionIds
- Must contain at least 1 valueint deleteBatchStepExecutionsByJobExecutionIds(Set<Long> jobExecutionIds)
jobExecutionIds
- Must contain at least 1 valueint deleteUnusedBatchJobInstances()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.