Uses of Class
org.apache.manifoldcf.crawler.interfaces.JobSeedingRecord
-
Packages that use JobSeedingRecord Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs -
-
Uses of JobSeedingRecord in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return JobSeedingRecord Modifier and Type Method Description JobSeedingRecord[]IJobManager. getJobsReadyForSeeding(java.lang.String processID, long currentTime)Get the list of jobs that are ready for seeding.Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type JobSeedingRecord Modifier and Type Method Description voidIJobManager. retrySeeding(JobSeedingRecord jobSeedingRecord, long failTime, int failRetryCount)Retry seeding. -
Uses of JobSeedingRecord in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that return JobSeedingRecord Modifier and Type Method Description JobSeedingRecord[]JobManager. getJobsReadyForSeeding(java.lang.String processID, long currentTime)Get the list of jobs that are ready for seeding.Methods in org.apache.manifoldcf.crawler.jobs with parameters of type JobSeedingRecord Modifier and Type Method Description voidJobManager. retrySeeding(JobSeedingRecord jsr, long failTime, int failCount)Retry seeding.
-