Uses of Class
org.apache.nutch.api.JobManager.JobType

Packages that use JobManager.JobType
org.apache.nutch.api   
org.apache.nutch.api.impl   
 

Uses of JobManager.JobType in org.apache.nutch.api
 

Fields in org.apache.nutch.api declared as JobManager.JobType
 JobManager.JobType JobStatus.type
           
 

Methods in org.apache.nutch.api that return JobManager.JobType
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.
 

Methods in org.apache.nutch.api with parameters of type JobManager.JobType
 String JobManager.create(String crawlId, JobManager.JobType type, String confId, Map<String,Object> args)
           
 

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

Uses of JobManager.JobType in org.apache.nutch.api.impl
 

Methods in org.apache.nutch.api.impl with parameters of type JobManager.JobType
 String RAMJobManager.create(String crawlId, JobManager.JobType type, String confId, Map<String,Object> args)
           
 



Copyright © 2012 The Apache Software Foundation