|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
JobExecution as ABANDONED.
JobService.listJobExecutions(int, int).
job instances in the repository
for a given job name.
JobService.listJobs(int, int).
FileService.File to a JobLaunchRequest with a job parameter
input.file equal to the path of the file.File to a Spring Resource so it can be consumed by a
generic consumer.[domain]:type=JobExecution,name=[jobName].
[domain]:type=JobExecution,name=[jobName],step=[stepName].
JobExecution by id.
JobExecutions for a specific job name in
reverse order of creation (so normally of execution).
JobExecutions in reverse order of creation
(so normally of execution).
job instance by id.
JobParameters used to execute a job successfully.
SimpleJobService from the configuration provided.
SimpleJobServiceFactoryBean.getObject().
StepExecution from its id and that of its parent
JobExecution.
step executions for a given job execution
(by id).
JobParametersIncrementer.
JobExecution instances.JobConfigurationRequest to a Spring Resource so it
can be handled by a generic consumer.Resource and create an
ApplicationContext, registering any Job instances defined in
a JobRegistry.JobExecutionMetrics.JobLauncher that synchronizes jobs globally so that
only one execution of a given Job can be active at once.JobLocator.
JobLaunchRequest for restarting the last failed
execution of the Job.JobParameters
for rendering.JobLaunchRequest so that it picks up the job parameters from
the last execution if possible.job executions in descending order of
creation (usually close to execution order).
job executions for a job in descending
order of creation (usually close to execution order).
job instances in descending order of
creation (usually close to order of execution).
step executions for a step in descending
order of creation (usually close to execution order).
FileService that deals with files only in the
local file system.StepExecutionDao interface to add additional search
features.DataSource.
StepExecutionMetrics.
JobExplorer to use to inspect existing executions.
JobRepository needed for updates to execution data.
FileService.
JobExecutionMetrics.
TaskExecutor to be used to execute the
tasks submitted.
JobService that delegates most of its work to other
off-the-shelf components.JobService that makes the configuration of its
various ingredients as convenient as possible.StepExecutionMetrics.JobLaunchRequest consisting of a reference to a
Job and some JobParameters.Poller implementation that uses a TaskScheduler to poll in
a background thread.TaskExecutor with a throttle limit which works by delegating to an
existing task executor and limiting the number of tasks submitted.ThrottledTaskExecutor with infinite
(Integer.MAX_VALUE) throttle limit.
ThrottledTaskExecutor with infinite
(Integer.MAX_VALUE) throttle limit.
ThrottledTaskExecutor with finite throttle
limit.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||