Uses of Class
org.apache.nutch.service.model.response.JobInfo.State
-
Packages that use JobInfo.State Package Description org.apache.nutch.service org.apache.nutch.service.impl org.apache.nutch.service.model.response -
-
Uses of JobInfo.State in org.apache.nutch.service
Methods in org.apache.nutch.service with parameters of type JobInfo.State Modifier and Type Method Description Collection<JobInfo>
JobManager. list(String crawlId, JobInfo.State state)
-
Uses of JobInfo.State in org.apache.nutch.service.impl
Methods in org.apache.nutch.service.impl with parameters of type JobInfo.State Modifier and Type Method Description Collection<JobInfo>
JobManagerImpl. list(String crawlId, JobInfo.State state)
-
Uses of JobInfo.State in org.apache.nutch.service.model.response
Methods in org.apache.nutch.service.model.response that return JobInfo.State Modifier and Type Method Description JobInfo.State
JobInfo. getState()
static JobInfo.State
JobInfo.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobInfo.State[]
JobInfo.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.nutch.service.model.response with parameters of type JobInfo.State Modifier and Type Method Description void
JobInfo. setState(JobInfo.State state)
Constructors in org.apache.nutch.service.model.response with parameters of type JobInfo.State Constructor Description JobInfo(String generateId, JobConfig jobConfig, JobInfo.State state, String msg)
-