|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobManager
| Nested Class Summary | |
|---|---|
static class |
JobManager.JobType
|
| Method Summary | |
|---|---|
boolean |
abort(String crawlId,
String id)
|
String |
create(String crawlId,
JobManager.JobType type,
String confId,
Map<String,Object> args)
|
JobStatus |
get(String crawlId,
String id)
|
List<JobStatus> |
list(String crawlId,
JobStatus.State state)
|
boolean |
stop(String crawlId,
String id)
|
| Method Detail |
|---|
List<JobStatus> list(String crawlId,
JobStatus.State state)
throws Exception
Exception
JobStatus get(String crawlId,
String id)
throws Exception
Exception
String create(String crawlId,
JobManager.JobType type,
String confId,
Map<String,Object> args)
throws Exception
Exception
boolean abort(String crawlId,
String id)
throws Exception
Exception
boolean stop(String crawlId,
String id)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||