- All Implemented Interfaces:
- org.quartz.Job
@DisallowConcurrentExecution
@PersistJobDataAfterExecution
public class OverseerJob
extends Object
implements org.quartz.Job
This is the seed job for a scheduled execution of a scheduled refresh job.
This job will generate keys and batch them up, scheduling jobs, until the
complete set of keys is finished. This job will remain running as all the
other jobs run, and is responsible for starting all the individual refresh
jobs, enabling bulk load mode beforehand, and disabling bulk load mode
afterwards.
- Author:
- cschanck