|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.nutch.api.JobStatus
public class JobStatus
| 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 |
|---|
public String id
public JobManager.JobType type
public String confId
public Map<String,Object> args
public Map<String,Object> result
public NutchTool tool
public JobStatus.State state
public String msg
| Constructor Detail |
|---|
public JobStatus(String id,
JobManager.JobType type,
String confId,
Map<String,Object> args,
JobStatus.State state,
String msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||