org.apache.nutch.api
Class JobStatus
java.lang.Object
org.apache.nutch.api.JobStatus
public class JobStatus
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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