org.apache.nutch.api
Class JobStatus

java.lang.Object
  extended by org.apache.nutch.api.JobStatus

public class JobStatus
extends Object


Nested Class Summary
static class JobStatus.State
           
 
Field Summary
 Map<String,Object> args
           
 String confId
           
 String id
           
 String msg
           
 Map<String,Object> result
           
 JobStatus.State state
           
 NutchTool tool
           
 JobManager.JobType type
           
 
Constructor Summary
JobStatus(String id, JobManager.JobType type, String confId, Map<String,Object> args, JobStatus.State state, String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

type

public JobManager.JobType type

confId

public String confId

args

public Map<String,Object> args

result

public Map<String,Object> result

tool

public NutchTool tool

state

public JobStatus.State state

msg

public String msg
Constructor Detail

JobStatus

public JobStatus(String id,
                 JobManager.JobType type,
                 String confId,
                 Map<String,Object> args,
                 JobStatus.State state,
                 String msg)


Copyright © 2013 The Apache Software Foundation