Uses of Class
org.apache.nutch.api.JobStatus.State

Packages that use JobStatus.State
org.apache.nutch.api   
org.apache.nutch.api.impl   
 

Uses of JobStatus.State in org.apache.nutch.api
 

Fields in org.apache.nutch.api declared as JobStatus.State
 JobStatus.State JobStatus.state
           
 

Methods in org.apache.nutch.api that return JobStatus.State
static JobStatus.State JobStatus.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobStatus.State[] JobStatus.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.nutch.api with parameters of type JobStatus.State
 List<JobStatus> JobManager.list(String crawlId, JobStatus.State state)
           
 

Constructors in org.apache.nutch.api with parameters of type JobStatus.State
JobStatus(String id, JobManager.JobType type, String confId, Map<String,Object> args, JobStatus.State state, String msg)
           
 

Uses of JobStatus.State in org.apache.nutch.api.impl
 

Methods in org.apache.nutch.api.impl with parameters of type JobStatus.State
 List<JobStatus> RAMJobManager.list(String crawlId, JobStatus.State state)
           
 



Copyright © 2012 The Apache Software Foundation