Uses of Class
org.apache.nutch.service.model.request.JobConfig
-
Packages that use JobConfig Package Description org.apache.nutch.service org.apache.nutch.service.impl org.apache.nutch.service.model.response org.apache.nutch.service.resources -
-
Uses of JobConfig in org.apache.nutch.service
Methods in org.apache.nutch.service with parameters of type JobConfig Modifier and Type Method Description JobInfo
JobManager. create(JobConfig jobConfig)
Creates specified job -
Uses of JobConfig in org.apache.nutch.service.impl
Methods in org.apache.nutch.service.impl with parameters of type JobConfig Modifier and Type Method Description JobInfo
JobManagerImpl. create(JobConfig jobConfig)
Constructors in org.apache.nutch.service.impl with parameters of type JobConfig Constructor Description JobWorker(JobConfig jobConfig, Configuration conf, NutchTool tool)
To initialize JobWorker thread with the Job Configurations provided by user. -
Uses of JobConfig in org.apache.nutch.service.model.response
Constructors in org.apache.nutch.service.model.response with parameters of type JobConfig Constructor Description JobInfo(String generateId, JobConfig jobConfig, JobInfo.State state, String msg)
-
Uses of JobConfig in org.apache.nutch.service.resources
Methods in org.apache.nutch.service.resources with parameters of type JobConfig Modifier and Type Method Description JobInfo
JobResource. create(JobConfig config)
Create a new job
-