Package | Description |
---|---|
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.jobs |
Modifier and Type | Method and Description |
---|---|
JobStartRecord[] |
IJobManager.getJobsReadyForStartup(String processID)
Get the list of jobs that are ready for startup.
|
Modifier and Type | Method and Description |
---|---|
void |
IJobManager.retryStartup(JobStartRecord jobStartRecord,
long failTime,
int failRetryCount)
Retry startup.
|
Modifier and Type | Method and Description |
---|---|
JobStartRecord[] |
JobManager.getJobsReadyForStartup(String processID)
Get the list of jobs that are ready for startup.
|
Modifier and Type | Method and Description |
---|---|
void |
JobManager.retryStartup(JobStartRecord jsr,
long failTime,
int failCount)
Retry startup.
|