@DisallowConcurrentExecution public class FileIngesterQuartzJob extends Object implements org.quartz.Job
It prevents concurrent execution of jobs with the same JobKey
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_KEY |
| Constructor and Description |
|---|
FileIngesterQuartzJob() |
FileIngesterQuartzJob(FileIngestJobFactory fileIngestJobFactory,
DataService dataService) |
public static final String ENTITY_KEY
public FileIngesterQuartzJob()
public FileIngesterQuartzJob(FileIngestJobFactory fileIngestJobFactory, DataService dataService)
Copyright © 2017. All Rights Reserved.