Uses of Class
org.springframework.cloud.dataflow.server.batch.JobExecutionWithStepCount
-
Uses of JobExecutionWithStepCount in org.springframework.cloud.dataflow.server.batch
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionJdbcSearchableJobExecutionDao.getJobExecutionsWithStepCount
(int start, int count) JdbcSearchableJobExecutionDao.getJobExecutionsWithStepCount
(String jobName, int start, int count) JdbcSearchableJobExecutionDao.getJobExecutionsWithStepCount
(Date fromDate, Date toDate, int start, int count) SearchableJobExecutionDao.getJobExecutionsWithStepCount
(int start, int count) Get theJobExecutions
in reverse order of creation (so normally of execution) without StepExecution.SearchableJobExecutionDao.getJobExecutionsWithStepCount
(String jobName, int start, int count) Get theJobExecutions
for a specific job name in reverse order of creation (so normally of execution).SearchableJobExecutionDao.getJobExecutionsWithStepCount
(Date fromDate, Date toDate, int start, int count) Get theJobExecutions
for a specific date range in reverse order of creation (so normally of execution).JdbcSearchableJobExecutionDao.getJobExecutionsWithStepCountFilteredByJobInstanceId
(int jobInstanceId, int start, int count) SearchableJobExecutionDao.getJobExecutionsWithStepCountFilteredByJobInstanceId
(int jobInstanceId, int start, int count) Get theJobExecutions
for a specific job instance id in reverse order of creation (so normally of execution).JdbcSearchableJobExecutionDao.getJobExecutionsWithStepCountFilteredByTaskExecutionId
(int taskExecutionId, int start, int count) SearchableJobExecutionDao.getJobExecutionsWithStepCountFilteredByTaskExecutionId
(int taskExecutionId, int start, int count) Get theJobExecutions
for a specific task execution id in reverse order of creation (so normally of execution).JobService.listJobExecutionsForJobWithStepCount
(String jobName, int start, int count) List thejob executions
for a job in descending order of creation (usually close to execution order).JobService.listJobExecutionsForJobWithStepCount
(Date fromDate, Date toDate, int start, int count) List thejob executions
filtered by date range in descending order of creation (usually close to execution order).SimpleJobService.listJobExecutionsForJobWithStepCount
(String jobName, int start, int count) SimpleJobService.listJobExecutionsForJobWithStepCount
(Date fromDate, Date toDate, int start, int count) JobService.listJobExecutionsForJobWithStepCountFilteredByJobInstanceId
(int jobInstanceId, int start, int count) List thejob executions
filtered by job instance id in descending order of creation (usually close to execution order).SimpleJobService.listJobExecutionsForJobWithStepCountFilteredByJobInstanceId
(int jobInstanceId, int start, int count) JobService.listJobExecutionsForJobWithStepCountFilteredByTaskExecutionId
(int taskExecutionId, int start, int count) List thejob executions
filtered by task execution id in descending order of creation (usually close to execution order).SimpleJobService.listJobExecutionsForJobWithStepCountFilteredByTaskExecutionId
(int taskExecutionId, int start, int count) JobService.listJobExecutionsWithStepCount
(int start, int count) List theJobExecutions
in descending order of creation (usually close to execution order) without step execution data.SimpleJobService.listJobExecutionsWithStepCount
(int start, int count)