Uses of Class
org.apache.nutch.service.JobManager.JobType
-
Packages that use JobManager.JobType Package Description org.apache.nutch.service org.apache.nutch.service.impl org.apache.nutch.service.model.request org.apache.nutch.service.model.response -
-
Uses of JobManager.JobType in org.apache.nutch.service
Methods in org.apache.nutch.service that return JobManager.JobType Modifier and Type Method Description static JobManager.JobType
JobManager.JobType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobManager.JobType[]
JobManager.JobType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobManager.JobType in org.apache.nutch.service.impl
Methods in org.apache.nutch.service.impl with parameters of type JobManager.JobType Modifier and Type Method Description NutchTool
JobFactory. createToolByType(JobManager.JobType type, Configuration conf)
-
Uses of JobManager.JobType in org.apache.nutch.service.model.request
Methods in org.apache.nutch.service.model.request that return JobManager.JobType Modifier and Type Method Description JobManager.JobType
JobConfig. getType()
Methods in org.apache.nutch.service.model.request with parameters of type JobManager.JobType Modifier and Type Method Description void
JobConfig. setType(JobManager.JobType type)
-
Uses of JobManager.JobType in org.apache.nutch.service.model.response
Methods in org.apache.nutch.service.model.response that return JobManager.JobType Modifier and Type Method Description JobManager.JobType
JobInfo. getType()
Methods in org.apache.nutch.service.model.response with parameters of type JobManager.JobType Modifier and Type Method Description void
JobInfo. setType(JobManager.JobType type)
-